.contentslide{
	float:left;
	position:relative;
	height:250px;
	padding-top:0px;
}

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:567px;
	height:250px;
}

.contentslide .contentdiv{
	display: none;
	width:567px;
	height:206px;
	
}

.contentslide .contentdiv .contentdiv_bg{
	width:567px; height:206px;
}


.contentdiv span.banner_title
{
	font-size:22px;
	color:#292929;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0px 0px 5px 0px;
	padding:25px 0px 0px 20px;
	float:left;
	clear:left;
	background: url(images/banner_header_line.gif) 20px bottom no-repeat;
	width:360px;
	text-align:left;

}
.contentdiv span.banner_title1
{
	font-size:16px;
	color:#8f0301;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	
	margin:0px 0px 3px 0px;
	padding:0px 0px 0px 20px;
	float:left;
	clear:left;
	background: url(images/banner_header_line.gif) 20px bottom no-repeat;
	width:360px;
	text-align:left;

}

.contentdiv p.banner_content
{
	margin:0px;
	color:#333333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	clear:left;
	padding:0px 20px;
	width:360px;
	text-align:left;

}

.pagination{
	text-align: right;
	padding: 0 0 4px 0;
	float:right	;
	clear:right;
	position:absolute;
	right:5px;
	bottom:5px;

}

.pause{position:absolute; right:150px; bottom:9px;}
.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; right:150px; bottom:9px;}
.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;}


.pagination a{
	padding:4px 9px 5px 9px;
	margin-right:4px;
	text-decoration:none; 
	color:#4b6470;
	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: #4b6470;
	font-weight:bold;
	background:url(images/paging_bg_active.gif) no-repeat;	
}

.shop_now{float:left; clear:left; margin:5px 0px 0px 20px;}