@charset "utf-8";
/* CSS Document */

.scrollable {
	position:relative;
	overflow:hidden;
	width: 795px;
    height: 500px;
	margin-left:3px;
	float:left;	
	margin-top: 25px;
	padding-bottom: 15px;
}

.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

.items .div_farme {
	float:left;
	width:774px;
}
.div_farme .div_item {
	float:left; 
	width:250px; 
	height:500px;
	padding:0px 4px;
	overflow:hidden;
}
.div_item a.pic {
	display: block;
	overflow: hidden;
	margin-bottom: 3px;
	box-shadow: 0px 0px 1px 1px rgba(204, 204, 204, 0.69);
	border: 1px solid #cccccc;
	background: #FFFC00;
 }
.div_item img {
	float:left;
	/*width: 177px;
	height: 170px;*/
	margin:0px auto;
}
.div_item img:hover  {
	/*opacity:0.8;
	filter:Alpha(opacity=80);*/
	box-shadow: 0px 0px 20px 5px #FF977C; 
	-moz-box-shadow: 0px 0px 20px 5px #FF977C; 
	-webkit-box-shadow: 0px 0px 20px 5px #FF977C; 
}
.div_item a.topic { 
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding: 5px 15px;
	background: #03b7cd;
	height: 30px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.66);
}
.div_item a.topic:hover {
	cursor: pointer;
	background:#E3BA48;
}
.div_item .detail {
	font-size:17px;
}

a.browse {
	display:block;
	width:27px;
	height:77px;
	float:left;
	margin-top:15%;
	cursor:pointer;
	opacity:0.8;
	filter:Alpha(opacity=80); 
	
	color: rgba(241, 84, 44, 0.42);
	font-size: 7.5em;
	line-height: 64px;
	padding: 0px 5px;

}

a.right { 

	float:right;
	
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(right, #FFFFFF 10%, #EBEBEB 90%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(right, #FFFFFF 10%, #EBEBEB 90%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(right, #FFFFFF 10%, #EBEBEB 90%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, right top, left top, color-stop(0.1, #FFFFFF), color-stop(0.9, #EBEBEB));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(right, #FFFFFF 10%, #EBEBEB 90%);
	
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to left, #FFFFFF 10%, #EBEBEB 90%);
  }
a.right:hover 		{ 

opacity:1; color:#F1542C;

/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(right, #F5F5F5 10%, #D6D6D6 90%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(right, #F5F5F5 10%, #D6D6D6 90%);

/* Opera */ 
background-image: -o-linear-gradient(right, #F5F5F5 10%, #D6D6D6 90%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, right top, left top, color-stop(0.1, #F5F5F5), color-stop(0.9, #D6D6D6));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(right, #F5F5F5 10%, #D6D6D6 90%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to left, #F5F5F5 10%, #D6D6D6 90%);
 }

a.left { 

	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(left, #FFFFFF 10%, #EBEBEB 90%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(left, #FFFFFF 10%, #EBEBEB 90%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(left, #FFFFFF 10%, #EBEBEB 90%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0.1, #FFFFFF), color-stop(0.9, #EBEBEB));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(left, #FFFFFF 10%, #EBEBEB 90%);
	
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to right, #FFFFFF 10%, #EBEBEB 90%);
} 
a.left:hover  		{ opacity:1; color:#F1542C;

/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(left, #F5F5F5 10%, #D6D6D6 90%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(left, #F5F5F5 10%, #D6D6D6 90%);

/* Opera */ 
background-image: -o-linear-gradient(left, #F5F5F5 10%, #D6D6D6 90%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, right top, color-stop(0.1, #F5F5F5), color-stop(0.9, #D6D6D6));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(left, #F5F5F5 10%, #D6D6D6 90%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to right, #F5F5F5 10%, #D6D6D6 90%);
 }
a.disabled			{  } 	