.bottomslide {
clear:both;

    background: none repeat scroll 0 0 #fff !important;
  border: 1px solid #ccc !important;
  margin: 0px 0 0px !important;
  padding: 0 5px 0px !important;
  position:relative;
  width:660px;
}

.ui-carousel {
	height: 100px;
	margin: 0;
	overflow: auto;
	padding: 0;
	position: relative; /*for ie7 to work e.g in html carousels*/
	width:600px !important;
}

.ui-carousel > .wrapper {
    margin: 0;
    padding: 0;
    width: 9999px;
}

.ui-carousel > .wrapper > * {
	border: 0;
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	width: 1000px;
	padding-top: 5px;
}

#container {
				width: 660px;
				position: relative;
				height:90px; margin:0px 0 0 0;
			}
			
			#carousel {
				margin: 0 auto;


			}

			#carousel img {
	margin: 0px;
	height:80px;
			}
			
						#carousel imgmy {
	-moz-box-shadow:0 0 6px #9f9f9f;
	-webkit-box-shadow: 0 0 6px #9f9f9f;
	box-shadow: 0 0 6px #9f9f9f;

	position:relative;
	overflow:hidden;
	display:block;
	margin: 0px 5px;
		behavior: url(PIE.htc);
			}

#ui-carousel-next, #ui-carousel-prev {
	width: 20px;
	height: 45px;
	background: url(../images/arrow-left.png) #fff center center no-repeat;
	display: block;
	position: absolute;
	top: 0;
	z-index: 100;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 30px;
			}

			#ui-carousel-next {
				right: 0;
				background-image: url(../images/arrow-right.png);
			}

			#ui-carousel-prev {
				left: 0;
			}
			
			#ui-carousel-next > span, #ui-carousel-prev > span {
				display: none;
			}		
			
			
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
