/** styles for carousel gallery widget **/
.is24-carousel-gallery {
	position: relative;	
	margin-bottom: -64px; 
}
.is24-carousel-gallery .is24-img-container {
	position: relative;
	width: 100%;	
	height: 100%;
	overflow: hidden;
}
.is24-carousel-gallery .is24-img-container img {
	float: right;
}
.is24-carousel-container {
	position: relative;
	top: -85px; 
	width: 100%;
	height: auto;	
	opacity: 0;	
}
.is24-carousel-container .is24-carousel-prev,
.is24-carousel-container .is24-carousel-next {
	position: absolute;	
	bottom: 0;	
	display: block;	
	width: 36px;
	height: 150px;	/* real height calculated by javaScript */
	padding: 0;
	border-bottom: 1px solid #e9e9e9;
	text-align: center;	
	text-decoration: none;
	z-index: 10;
	border-top: 1px solid #E9E9E9;
	border-bottom: 1px solid #e9e9e9;	
	background: #fff url(../../img/gradient_fff_f2f3fa.png) 0 100% repeat-x; /* fallback for ie */	
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 52%, #f4f4f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(52%,#ffffff), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 52%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#ffffff 52%,#f4f4f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 52%,#f4f4f4 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#ffffff 52%,#f4f4f4 100%); /* W3C */
}

.is24-carousel-container .is24-carousel-prev {
	width: 41px;
	left: 0;
	border-left: 1px solid #e9e9e9;
	border-bottom-left-radius: 5px;
}
.is24-carousel-container .is24-carousel-next {	
	right: 0;
	border-right: 1px solid #e9e9e9;
	border-bottom-right-radius: 5px;	
	width: 42px;
}	
.is24-carousel-container .is24-carousel-next span,
.is24-carousel-container .is24-carousel-prev span {
	position: relative;	
	top: 59px; /* real position calculated by javaScript */
	display: block;
	width: 27px;
	height: 27px;		
}
.is24-carousel-container .is24-carousel-next span {
	left: 5px;
	background: url(img/sp_prev_next.png) no-repeat scroll -27px 0px;
}
.is24-carousel-container .is24-carousel-prev span {
	left: 9px;	
	background: url(img/sp_prev_next.png) no-repeat scroll 0px 0px;
}
.is24-carousel-container .is24-carousel-disabled {
	cursor: default;	
}	
.is24-carousel-container .is24-carousel-next.is24-carousel-disabled span,
.is24-carousel-container .is24-carousel-prev.is24-carousel-disabled span  {
	background: none;
}
.is24-carousel-container .is24-carousel-visible {
	overflow: hidden;
	width: 688px;	
	margin-left: 36px;
	position: relative;
}
.is24-s5 .is24-carousel-container .is24-carousel-visible {
	width: 887px;
}
.is24-carousel-container  ul {
	width: 10000px;
	margin-bottom: 0;
	padding-left: 5px;
	height: auto;
	margin-top: 85px; /* max height of active box when no text under image in normal state */
}
.is24-carousel-container ul li {
	position: relative;
	float: left;	
	padding: 0;
	width: auto;
	height: auto;	
	background: none;
	border-top: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
	background: #fff url(../../img/gradient_fff_f2f3fa.png) 0 100% repeat-x; /* fallback for ie */	
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 52%, #f4f4f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(52%,#ffffff), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 52%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#ffffff 52%,#f4f4f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 52%,#f4f4f4 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#ffffff 52%,#f4f4f4 100%); /* W3C */
}
.is24-carousel-visible a{
	display: block;
	height: auto ;
	width: 103px;
	text-align: center;
	text-decoration: none;
	color: #444444;	
	padding: 20px 5px 10px;	
}
.is24-s5 .is24-carousel-visible a {
	padding: 20px 3px 10px;
}
.is24-carousel-container  ul li a:hover,
.is24-carousel-container  ul li a:focus,
.is24-carousel-container ul li a:active {
	color: #444444;
	text-decoration: none;
}
.is24-carousel-container  ul li a span {
	display: block;	
	line-height: 1;
	height: 25px;
	max-height: 25px;
	/*overflow: hidden;	*/
}
.is24-carousel-container  ul li a img {
	margin-bottom: 10px;
}
.is24-carousel-container  ul li a.activeBox {
	display: none;
	position: absolute;	
	bottom: 2px; /* shadow */
	width: 117px;
	height: auto;
	padding: 10px 0;
	text-align: center;	
	margin-left: -3px;
	border: 1px solid #e9e9e9;
	-webkit-box-shadow: 0px 0px 5px #bcbfbb; /* webkit browser*/
	-moz-box-shadow: 0px 0px 5px #bcbfbb; /* firefox */
	box-shadow: 0px 0px 5px #bcbfbb;
	z-index: 11;	
	background: #fff;
}
.is24-carousel-container  ul li a span.is24-carousel-bigImgUrl {
	display: none;
}
.is24-carousel-container  ul li.active a.activeBox {
	display: block;
	color: #0044CC;
}
.is24-carousel-container  ul li.active a.activeBox:hover {	
	color: #E75C00;
	text-decoration: none;
}
.is24-carousel-container  ul li.active a.activeBox span {
	height: auto;
	margin-bottom: 10px;
	color: #444;
}
.is24-carousel-container  ul li.active a.activeBox:hover span {
	color: #E75C00;
}
.is24-carousel-container ul li.active a.activeBox span {
	cursor: pointer; /* IE 7/8 */
}
.is24-carousel-container  ul li.active a.activeBox span.is24-carousel-link {
	display: block;			
	padding-left: 5px;	
	background: url(../../img/sp_expose.png) no-repeat -553px -1678px;		
}
.is24-carousel-container ul li.active a.activeBox span.is24-carousel-logo  {	
	max-height: 44px;
	margin-bottom: 0;
}
.is24-carousel-container  ul li.active a.activeBox span.is24-carousel-logo img {
	margin: 0;
}

/* search box background gradient */
.is24-searchbox-bg {
	position: absolute;
	top: 0;
	left: -20px;
	height: 100%;
	width: 400px;
	background: url(img/layer.png) repeat-y top left;	
}
*+ html .is24-carousel-gallery .is24-searchbox-bg {
	z-index: 12; 
}

/****************************************************
 styles for seach box on carousel gallery
 ***************************************************/

 .oss {
	position: absolute;
	top: 0;
	left: 0;
	width: 333px;
    overflow: visible;
	margin-top: 7px;
	z-index: 12;
} 
.oss .footer {
	background: url(img/box_bottom.png) -7px 100% no-repeat;
	min-height: 26px;
	padding: 0 14px 14px 14px;
	border: 7px solid transparent;
} 
.oss .is24-linklist a {
	font-size: 11px;
}
.oss .is24-oss {
	height: auto;
	border: 7px solid #FF7500;
	border-bottom:none;
	padding: 14px 7px 0 7px;
	background: #fff;
}
.oss .is24-oss form {
	width: auto;
	padding: 0 0 14px 8px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 53%, #f6faff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(53%,#ffffff), color-stop(100%,#f6faff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 53%,#f6faff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#ffffff 53%,#f6faff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 53%,#f6faff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 53%,#f6faff 100%); /* W3C */
}
.oss .is24-oss form .is24-function-go {
	float: right;
	margin-right: 8px;
}
.oss .is24-oss .is24-quicksearch {
	height: 66px; /* custom select with js */
	margin-bottom: 14px;
}
.oss .is24-oss .is24-quicksearch label {
    margin-bottom: 11px;
}
.oss .is24-oss .is24-quicksearch .is24-menubutton {
	width: 185px;
}
.oss .is24-oss .is24-quicksearch .is24-menubutton a {
	font-size: 11px;
}
.oss .is24-oss .is24-quicksearch .is24-menubutton .yui-button {
	position: relative;
	width: 100%;
	margin-left: 0;
	background: url(../../img/sp_hp-search.png) no-repeat scroll 0 -503px transparent;
}
.oss .is24-oss .is24-quicksearch .is24-menubutton .yui-button .first-child button {
	padding: 0 0 0 9px;
	width: 100%;
}
.oss .is24-oss .is24-quicksearch .is24-menubutton .yui-menu-button-hover {
	background-position: 0 -649px;
}
.oss .is24-oss .is24-quicksearch .is24-menubutton .yui-menu-button-active {
	background-position: 0 -795px;
}
.oss .is24-oss .is24-quicksearch .is24-menubutton .yui-button .first-child {
	background: url(../../img/sp_hp-search.png) no-repeat scroll 100% -576px transparent;
	margin-left: 1px;
}
.oss.is24-oss .is24-quicksearch .is24-menubutton .yui-menu-button-hover .first-child {
	background-position: 100% -722px;
}
.oss .is24-oss .is24-quicksearch .is24-menubutton .yui-menu-button-active .first-child {
	background-position: 100% -868px;
}
.oss .is24-oss .is24-quicksearch .is24-menubutton .yui-menu-button-menu {
    width: 99%;
    z-index: 12 !important;
}
.oss .is24-oss .is24-quicksearch .is24-menubutton .yui-menu-button-menu .bd {
	width: 152px !important;
}
.is24-oss-criteria {
    padding: 0;
}
.oss .is24-oss .is24-oss-criteria li {
	width: 85px;
}
.oss .is24-oss .is24-oss-criteria .is24-promo-action {
	margin-top: 3px;
}