/* container for slides */
.images {
	background:#fff;
	position:relative;	
	height:286px;	
	width:940px;
	float:left;	
	cursor:pointer;
}
/* single slide */
.images div {
	display:none;
	position:relative;
	top:0;
	left:0;		
	height:286px;
	font-size:12px;
}
/* header */
.images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}
/* tabs (those little circles below slides) */
.tabsContainer {
	clear:both;
	background:#d6c8c8;
	width:940px;
	height:22px;
}
.tabs {
	clear:both;
}
/* single tab */
.tabs a {
	height:12px;
	float:left;
	padding:5px 10px 5px 10px;
	border-right:1px solid #fff;
	display:block;
	font-size:12px;
	color:#676566;
}
/* mouseover state */
.tabs a:hover {background:#c1f9ee url('../catalog/includes/sts_templates/bulb/images/slideshow/slideshow_nav_arrow') 0px 0 no-repeat;}
/* active state (current page state) */
.tabs a.current {background:#c1f9ee url('../catalog/includes/sts_templates/bulb/images/slideshow/slideshow_nav_arrow') 0px 0 no-repeat;} 	

/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:140px;
	background:#fff url(/tools/img/scrollable/arrow/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}
/* next */
.forward { background-position: 0 -30px; clear:right; }
.forward:hover { background-position:-30px -30px; }
.forward:active { background-position:-60px -30px; } 
/* prev */
.backward:hover { background-position:-30px 0; }
.backward:active { background-position:-60px 0; }
/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {visibility:hidden !important;}


/* LANDING PAGES */
/* container for slides */
.images_Landing {
	background:#fff;
	position:relative;	
	height:341px;	
	width:460px;
	float:left;	
	cursor:pointer;
}
/* single slide */
.images_Landing div {
	display:none;
	position:relative;
	top:0;
	left:0;		
	height:341px;
	font-size:12px;
}
/* tabs (those little circles below slides) */
.tabsContainer_Landing {
	clear:both;
	background:#d6c8c8;
	width:460px;
	height:22px;
}
.tabs_Landing {
	clear:both;
}
/* single tab */
.tabs_Landing a {
	height:12px;
	float:left;
	padding:5px 10px 5px 10px;
	border-right:1px solid #fff;
	display:block;
	font-size:12px;
	color:#676566;
}
/* mouseover state */
.tabs_Landing a:hover {background:#c1f9ee url('../images/slideshow/arrow_top.png') -50px 0 no-repeat;}
/* active state (current page state) */
.tabs_Landing a.current {background:#c1f9ee url('../images/slideshow/arrow_top.png') -50px 0 no-repeat;} 