﻿#carousel-ou, #carousel-shs {
	display:none;
}
/*
.imageslide_post.ou {
	height: 385px;
	background: transparent url(/shop/static/img/bgs/bg_carousel_billboard_OU.jpg) no-repeat top left;
}
.imageslide_post.shs {
	height: 386px;
	background: transparent url(/shop/static/img/bgs/bg_carousel_billboard_SHS.jpg) no-repeat top left;
}
*/
div.imageslide_post img {
	border: none;
	margin: 0px;
}

.carousel {
	width: 624px;
	background-color: #FFF;
	overflow: hidden;
	position: relative;
	height: auto;
	list-style-type: none;
}

.carousel li.selected {
	background-color: #dfdfdf;
}

.carousel a {
	position: relative;
	background: none;
}

.carousel a span {
	position: absolute;
	top: -59px;
	left: 0px;
	width: 99px;
	height: 91px;
	display: none;
}

.carousel div.buttonleft {
	cursor: pointer;
	background: url(/shop/static/img/btns/btn_nav_left.gif);
	height: 93px;
	width: 60px;
}

.carousel div.buttonright {
	cursor: pointer;
	background: url(/shop/static/img/btns/btn_nav_right.gif);
	height: 93px;
	width: 60px;
}


.imageslide_post {
	width: 624px;
	margin-bottom: 23px;
}

.carousel li {
	display: block;
	float: left;
}

.carousel li a {
	float: left;
}
.carousel li a:hover {
	background-color: #dfdfdf;
}

.carousel li a.block-link:hover {
	background: none;
}

.carousel li .block-link {
	padding-top: 25px;
	width: 210px;
	height: auto;
}
#carousel-shs.carousel li .block-link {
	padding-top: 10px;
	width: 150px;
}

.carousel li .hide-tip {
	position: absolute;
	left: 20px;
	bottom: 100px;
	display: none;
}
