﻿#Scroll{margin:10px;width:100%;height:210px;border-bottom:1px solid #DDDDDD;moz-user-select: -moz-none;-moz-user-select: none;-o-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;}  
#ScroMain{float:left;height:100%;width:100%;overflow:hidden;white-space:nowrap; }  
#ScroLine{
	cursor:pointer;position:absolute;z-index:1;left:0px;top:197px;width:500px;height:7px;overflow:hidden;background:#cccccc;-webkit-border-radius: 10px;border-radius: 10px;visibility:hidden;
}
#ScroLine:hover{
	background:#aaaaaa;	
}
#ScLeft,#ScRight{
	position:absolute;z-index:1;top:50px;width:45px;height:100px;
	background:#ffffff;
	cursor:pointer;	
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
	background-repeat:no-repeat;
	background-position:center;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=3);/*ie*/
	-moz-box-shadow: 2px 2px 10px #909090;/*firefox*/
	-webkit-box-shadow: 2px 2px 10px #909090;/*safarihrome*/
	box-shadow:2px 2px 10px #909090;/*operae9*/
}
#ScLeft:hover,#ScRight:hover{
	filter:alpha(opacity=1-0);
	-moz-opacity:1;
	opacity:1;	
}
#ScLeft{
	-webkit-border-radius: 0px 3px 3px 0px;
	border-radius: 0px 3px 3px 0px;
	background-image:url('scl.png');
	left:0px;
	-moz-box-shadow: 2px 2px 2px #909090;/*firefox*/
	-webkit-box-shadow: 2px 2px 2px #909090;/*safarirome*/
	box-shadow:2px 2px 2px #909090;/*operae9*/
}
#ScRight{
	-webkit-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
	background-image:url('scr.png');
	right:0px;
	-moz-box-shadow: -2px 2px 2px #909090;/*firefox*/
	-webkit-box-shadow: -2px 2px 2px #909090;/*safarihrome*/
	box-shadow:-2px 2px 2px #909090;/*opera9*/
}
#ScroMainc {width:230%; }  
#ScroMainc div{
	border: 1px solid #F2F2F2;
	float: left;
	padding:2px;
	text-align:center;
	width:150px;
	display:inline; 
	margin-right:10px;
	overflow:hidden;
	text-overflow:ellipsis 
}
#ScroMainc img {
	width:105px;
	height:140px;
	padding:5px;
}
#ScroMainc div a{
	text-decoration:none;
	font: 12px/1.35 Arial, Helvetica, sans-serif;
	color: #333;
}
