.contentslide{
	float:left;
	position:relative;
	background:url(images/banner-bg.jpg) repeat-x top;
	height:289px;
}

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:605px;
	height:250px;
}

.contentslide .contentdiv{
	display: none;
	width:605px;
	height:289px;
}

.contentslide .contentdiv .contentdiv_bg{
	width:605px; height:289px;
}


.contentdiv span.banner_title
{
	font-size:18px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding:0px;
	margin:0px;
	padding:15px 20px;
	float:left;
	clear:left;
	background: url(images/banner_header_line.gif) 20px bottom no-repeat;
	width:565px;
	text-align:left;

}

.contentdiv p.banner_content
{
	padding:0px;
	margin:0px;
	color:#fff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	clear:left;
	padding:10px 20px;
	width:565px;
	line-height:16px;
	color:#dfdfdf;
}

.pagination{
	text-align: left;
	padding: 0 0 4px 0;
	float:left;
	clear:left;
	position:absolute;
	left:60px;
	bottom:15px;
}

.pause{position:absolute; left:20px; bottom:18px;}
.pause a{background:url(images/pause_nor.gif) no-repeat; width:25px; height:24px; text-decoration:none; display:block; outline:none;}
.pause a:hover{background:url(images/pause_hover.gif) no-repeat;}
.play{position:absolute; left:20px; bottom:18px;}
.play a{background:url(images/play_nor.gif) no-repeat; width:25px; height:24px; text-decoration:none; display:block; outline:none;}
.play a:hover{background:url(images/play_hover.gif) no-repeat;}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	width: 400px; /*IE5 width*/
	w\idth: 416px; /*IE6 width*/
}

.pagination a{
	padding:4px 9px 5px 9px;
	margin-right:4px;
	text-decoration:none; 
	color:#000;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(images/paging_bg.gif) no-repeat;
	outline:none;
}

.pagination a:hover, .pagination a.selected{
	color: #fff;
	background:url(images/paging_bg_active.gif) no-repeat;	
}

.shop_now{float:left; clear:left; margin:5px 0px 0px 20px;}
