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



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

/* single slide */
.images div {
	position:absolute;
	height: 250px;
	font-size:12px;
	top: 0px;
	display: none;
	left: 0px;
}

.slidetabs  {
	bottom: 15px;
	position: absolute;
	z-index: 9999;
	height: 97px;
	margin: 0 auto;
	width: 285px;
	left: 359px;

}
.slidetabs ul li {
	display: inline;

}
/* single tab */
.slidetabs li   a img{
	width:76px;
	height:76px;
	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: 52px;

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

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

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

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


}

/* 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: 90px;
	background-position: 0 -70px;
	clear:right;
	right: -70px;
}

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

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

/* prev */
.backward {
	margin-top: 90px;
	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;
}
