.search_carousel {
    overflow: hidden;
    width: 160px;
    height: 100px;
    margin-top: 0px;
}

.search_carousel .inner .slide img {
    float: center;
}

.slide {
	text-align: center;
	float: left;
	width:160px; height:100px; overflow:hidden;
	display:table;
}

.slide img {
	display:table-cell; vertical-align:middle;
}

.search_carousel .middle {
    overflow: hidden;
    float: left;
    width: 160px;
    height: 100px;
}

.search_carousel_controller {
    text-align: center;
}

.search_carousel_controller a {
	display: inline-block;
	width: 27px;
	height: 27px;
	margin-top: 10px;
}
.search_carousel_controller .carousel-control.prev {
	background: url("/images/re_results_sprite.png?v=19032013") repeat scroll 113px -214px;
}

.search_carousel_controller .carousel-control.next {
	background: url("/images/re_results_sprite.png?v=19032013") repeat scroll 57px -214px;
}

.search_carousel_controller .prev:hover {
	background: url("/images/re_results_sprite.png?v=19032013") repeat scroll 85px -214px;
}

.search_carousel_controller .next:hover {
	background: url("/images/re_results_sprite.png?v=19032013") repeat scroll 29px -213px;
}

.search_carousel_controller a.prevd {
	background: url("/images/re_results_sprite.png?v=19032013") repeat scroll -29px -214px;
	cursor: default;
}

.search_carousel_controller a.nextd {
	background: url("/images/re_results_sprite.png?v=19032013") repeat scroll -1px -214px;
	cursor: default;
}

#listing_carousel {
    width: 673px;
    height: 100px;
}

#listing_carousel .middle {
    float: left;
    width: 660px;
    height: 100px;
    overflow: hidden;
}

#listing_carousel .inner .slide {
    float: left;
    padding-right: 3px;
    padding-left: 3px;
    align:center;
    height: 60px;
    width: 10px;
}

#listing_carousel a.carousel-control {
    float: left;
    width: 5px;
    height: 100px;
    text-align: center;
    text-decoration: none;    
    font-size: 36px;
    line-height: 50px;
}

#listing_carousel a.next {
    float: right;
    
}

#listing_carousel a:hover {
    color: #000;
}

.carousel-next, .carousel-prev {
	position: relative;
	top: 27px;
	display: block;
	width: 27px;
	height: 27px;
	text-indent: -99999px;
	margin-top: 10px;
	background: url("/images/transp-buttons.png");
	background-position:-3px -5px;
}

.carousel-next {
	right: 22px;
	background-position:-34px -5px;
}

.carousel-prev:hover {
    background-position:-64px -5px;
}

.carousel-next:hover {
    background-position:-95px -5px;
}

.no_image {
	width: 160px;
	height: 100px;
	background-color: #E9E9E9;
}

.thumb_margin {
	float: left;
    margin-right: 3px;
    margin-left: 3px;
    margin-botton: 3px;
}