.banner-slide-index {
	position:relative;
}



/* container for slides */
.images {
	background:#fff url(../images/fnd-som-slide-pag.png) no-repeat center bottom;
	height: 420px;
	width: 1000px;
}

/* single slide */
.images div {
	position:absolute;
	height: 400px;
	top: 0px;
	display: none;
	left: 0px;
}

.slidetabs  {
	bottom: 20px;
	position: absolute;
	z-index: 1000;
	height: 160px;
	margin: 0 auto;
	width: 545px;
	left: 232px;

}
.slidetabs ul li {
	display: inline;

}
/* single tab */
.slidetabs li   a img{
	width:160px;
	height:160px;
	float:left;
	display:block;
	font-size:12px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	position: absolute;
}
/* single tab */
.slidetabs li   a#item01 img{
	left: 0px;

}
/* single tab */
.slidetabs li   a#item02 img{
	left: 95px;

}
/* single tab */
.slidetabs li   a#item03 img{
	left: 190px;

}
/* single tab */
.slidetabs li   a#item04 img{
	left: 285px;

}
/* single tab */
.slidetabs li   a#item05 img{
	left: 380px;

}
/* mouseover state */
.slidetabs li a:hover img , .slidetabs li a.current img{
	color: #9F2928;
	height: 190px;
	width: 190px;
	z-index: 99;
	bottom: -15px;


}

/* prev and next buttons */
.forward, .backward {
	float:left;
	background: url(../images/slide-left_right.png) no-repeat;
	display:block;
	width:70px;
	height:70px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;
	position: absolute;
	z-index:999;
}

/* next */
.forward {
	margin-top: 176px;
	background-position: 0 -70px;
	clear:right;
	right: -70px;
}

.forward:hover {
	background-position:-70px -70px;
}

.forward:active {
	background-position:-140px -70px;
}

/* prev */
.backward {
	margin-top: 176px;
	left: -70px;
}

.backward:hover {
	background-position:-70px 0;
}

.backward:active {
	background-position:-140px 0;
}

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
/*.disabled {
	visibility:hidden !important;
}*/

/* Hacks */
a:active {
	outline: 0 none;
}

:focus {
	-moz-outline-style:none;
}
