.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: visible;
	width: 100%; /*width of featured content slider*/
	height: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 9998;
}

.slider_right {
	position: absolute;
	height: 360px;
	width: 260px;
	top: 0px;
	right: 0px;
	background-image: url(images/bg_slider_right.png);
	background-repeat: repeat;
	text-align: right;
	padding: 20px;
	color: #999;
}

.slider_right_tittle {
	
	font-size: 36px;
	line-height: 40px;
	font-weight: 300;
	text-decoration: none;
	margin: 0px;
	color: #FFF;

}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;
	width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 400px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background-color: #333;
	background-position: left top;
	backround-size: 100% auto;
}

.pagination{
	width: auto; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	position: absolute;
	z-index: 9999;
	bottom: -17px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	background-color: #FFF;
	height: auto;
	right: 0px;
}

.pagination a{
	text-decoration: none;
	color: #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2px;
	line-height: 2px;
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #999;
	padding-right: 20px;
	margin-left: 2px;
	margin-top: 2px;
	margin-bottom: 0px;
	vertical-align: top;
	}

.pagination a:hover, .pagination a.selected{
	text-decoration: none;
	color: #ff9933;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2px;
	line-height: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #ff9933;
	padding-right: 20px;
	margin-left: 2px;
	margin-top: 0px;
	
}
.slider_product_img {
	position: relative;
	height: 110px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 100%;
}
