.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/

float: left;
width: 300px; /*width of featured content slider*/
height: 380px;
margin-top: 0px;
margin-left: 0px;
padding:0px;

}



.sliderwrapper .contentdiv{
margin-top: 0px;
margin-left: 0px;
padding:0px;

visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/

background: white;
width: 390px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 300px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background-color:#FFF;
font:10px bold Arial,Verdana,Tahoma;

padding: 5px 5px 8px 2px;
}

.pagination a{
	font:14px bold Arial,Verdana,Tahoma;
	
	border-right:1px solid #bdc5cd;
padding: 5px 5px 8px 2px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
	font:14px bold Arial,Verdana,Tahoma;
	border:2px solid #4a88ce;
color: #000;
background-color:#FFF;
padding: 5px 5px 3px 2px;
}

/* style */
.products{
*height:auto;
/*background: url(http://img.alibaba.com/images/cms/upload/Online_sales/120products/product_bg.jpg) repeat-x;*/
margin-top: 1px;
padding-top: 24px;
margin-left:0px;
}
.products_list{
list-style: none;
margin-top: 0px;
margin-left: 0px;
padding:0px;
 
}
.item{
	display:block;
width: 300px;
height: 380px;
/*border: 1px solid #E4E4E4;
padding: 8px;*/
float: left;
margin-left: 0px;
/*margin-right: 20px;*/
margin-bottom: 10px;
}

.item_left{
margin-left: 5px;
_margin-left: 5px;
}
.item .title{
color: #333333;
display: block;
font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight:bold;
padding-top: 10px;
height: 35px;
line-height: 17px;
width:300px;
 
 
}
.item .titletop{
	/*border-top: 10px solid #CCC;*/

color: #333333;
display: block;
font:18px Georgia, "Times New Roman", Times, serif;
font-weight:bold;
height:40px;
line-height: 30px;
width:300px;
 
}
.item_button{
border-top: 1px dashed #CDCDCD;
padding-top: 10px;
text-align: center;
 
}
.item .pic{
	padding-top: 10px;
text-align: center;
}
.item img{
	
	display:block;
	height:170px;
	width:300px;
	
	
}
.item .desc{
	display:block;
	color:#000;
	height:70px;

	/*margin-top:10px;*/
	text-align:left;
	line-height:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	padding-top:7px;

	
}

.item_link{
	border-top: 1px solid #000;
	border-bottom:1px solid #000;
	color:#06F;
	height:70px;
*height:auto;
	margin-top:5px;
	text-align:left;
	line-height:20px;
	overflow:hidden;
	font-family:Arial,Verdana,Tahoma;
	text-decoration: none;
}

/* item 2 */
.item_sub{
	display:block;
width: 300px;
height: 380px;
/*border: 1px solid #E4E4E4;
padding: 8px;*/
float: left;
margin-left: 0px;
/*margin-right: 20px;*/
margin-bottom: 10px;
padding-top:10px;
}

.item_left{
margin-left: 5px;
_margin-left: 5px;
}
.item_sub .title_sub{
color: #333333;
display: block;
font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight:bold;
padding-top: 10px;
height: 35px;
line-height: 17px;
width:300px;
 
 
}
.item_sub .titletop_sub{
	

color: #333333;
display: block;
font:18px Georgia, "Times New Roman", Times, serif;
font-weight:bold;
height:40px;
line-height: 30px;
width:300px;
 
}
.item_button{
border-top: 1px dashed #CDCDCD;
padding-top: 10px;
text-align: center;
 
}
.item_sub .pic{
	padding-top: 10px;
text-align: center;
}
.item_sub img{
	
	display:block;
	height:170px;
	width:300px;
	
	
}
.item_sub .desc{
	display:block;
	color:#000;
	height:70px;

	/*margin-top:10px;*/
	text-align:left;
	line-height:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	padding-top:7px;

	
}

.item_link{
	border-top: 1px solid #000;
	border-bottom:1px solid #000;
	color:#06F;
	height:70px;
*height:auto;
	margin-top:5px;
	text-align:left;
	line-height:20px;
	overflow:hidden;
	font-family:Arial,Verdana,Tahoma;
	text-decoration: none;
}



/* end */

.txtlink_item {
	color: #106F;
	font-family:Arial,Verdana,Tahoma;
	text-decoration: none;
}

.txtlink_item a:link, a:visited {
	
	color: #106F;
	font-family:Arial,Verdana,Tahoma;
	text-decoration: none;
}
.txtlink_item a:hover, a:active {
	
	color: #F00;
	font-family:Arial,Verdana,Tahoma;
	text-decoration: none;
}
