/* CSS Document */
.contentslide{
	float:left;
	position:relative;
	height:38px; z-index:1;
}

img{border:none;}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	width:411px;
	height:38px;
	margin-bottom:10px;
}

.contentslide .contentdiv{
	display: none;
	width:411px;
	height:38px;
}

.contentslide .contentdiv .contentdiv_bg{
	width:411px; height:38px;
}


.banner1{width:411px;}

.contentdiv span.banner_title
{
	font-size:14px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding:0px;
	margin:0px;
	text-align:left;

}

.contentdiv p.banner_content
{
	margin:0px;
	color:#fff;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	float:right;
	clear:left;



}

.pagination_rotate{
	text-align: left;
	padding: 0 10 4px 0;
	float:left;
	clear:left;
	position:absolute;
	right:0px;
	bottom:0px;
	
}

.pause{position:absolute; right:130px; bottom:0px; margin-top:2px;}
.pause a{background:url(images/pause_nor.gif) no-repeat; width:16px; height:16px; text-decoration:none; display:block; outline:none;}
.pause a:hover{background:url(images/pause_hover.gif) no-repeat;}
.play{position:absolute; right:130px; bottom:0px; margin-top:2px;}
.play a{background:url(images/play_nor.gif) no-repeat; width:16px; height:16px; text-decoration:none; display:block; outline:none;}
.play a:hover{background:url(images/play_hover.gif) no-repeat;}

* html .pagination_rotate{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	width: 80px; /*IE5 width*/
	width: 90px;  /*IE6 width*/
}

.pagination_rotate a{
	padding:0px 4px 0px 4px;
	margin-right:5px;
	text-decoration:none; 
	color:#000;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(images/paging_bg.gif) no-repeat;
	outline:none;
}

.pagination_rotate a:hover, .pagination_rotate a.selected{
	color: #000;
	font-weight:bold;
	background:url(images/paging_bg_active.gif) no-repeat;	
}



.shop_now{float:left; clear:left; margin:5px 0px 0px 20px;}

