﻿.sliderwrapper
{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 640px; /*width of featured content slider*/
	height: 342px;
}



.sliderwrapper .contentdiv
{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0; /*leave as is*/
	top: 0; /*leave as is*/
	padding: 0px;
	background: white;
	width: 640px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	

}

.pagination
{
	width: 156px;
	height: 58px;
	padding: 2px;
	margin: 295px 0px 0px 520px;
	position: absolute;
	border: 0px solid red;
	z-index: 2999;
}

#pagination-bg
{
	position: absolute;
	z-index:  2999;
	margin: 284px 0px 0px 484px;
	background-image: url(/themes/01/images/bg-nav-product-detail.png);
	background-repeat: no-repeat;
	width: 156px;
	height: 58px;
	
}

.pagination a
{
	color: #000000;
	padding: 1px 3px 1px 3px;
	border: 1px solid #e08d27;
	background-color: #e08d27;
	text-decoration: none;
	font-size: 10px;
}

.pagination a:hover, .pagination a.selected
{
	color: #e08d27;
	padding: 1px 3px 1px 3px;
	border: 1px solid #e08d27;
	background-color: #3e3013;
	font-size: 10px;
}

#product-photo-abstract
{
	position: absolute;
	color: #ffffff;
	margin: 284px 0px 0px 0px;
	padding:20px 0px 0px 20px;
	border:solid 0px red;
	height:40px;
	width:620px;
	background-color:#3e3013;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
}


