/* #banner{
	height: 327px;
    overflow: hidden;
    width: 950px; 
	position:relative;
} */
/* Tiny Carousel */
#slider1 { 
	height: auto; overflow:hidden; padding: 0 0 10px;   
}
.viewport { 
	float: left; 
	width: 950px; 
	height: 310px; 
	overflow: hidden; 
	position: relative; 
	margin-left:21px;
	margin-right:22px;
}
.buttons { 
	display: block; 
	margin: 20px 10px 0 0; 
	background-position: 0 -38px; 
	text-indent: -999em; 
	float: left; 
	width: 30px; 
	height: 51px; overflow: hidden; 
	position: relative; 
}
.next { 
	background:url("../images/buttons_right.png") no-repeat scroll 0 0 transparent; 
	margin: 20px 0 0 0;  
}
.prev{
	background:url("../images/buttons_left.png") no-repeat scroll 0 0 transparent;  
	margin: 20px 0 0 0;  
	  
}
a.next:hover{
	background:url("../images/buttons_right_hover.png") no-repeat scroll 0 0 transparent; 
	margin: 20px 2px 0 0;  
}
a.prev:hover{
	background:url("../images/buttons_left_hover.png") no-repeat scroll 0 0 transparent; 
	margin: 20px 0 0 0;  
}
.disable { 
	visibility: hidden; 
}
.overview { 
	list-style: none; 
	position: absolute; 
	padding: 0; 
	margin: 0; 
	width: 950px; 
	left: 0 top: 0; 
}
.overview li{ 
	float: left; 
	margin: 0 45px 0 0; 
	padding: 1px; 
	height: 310px; 
	width: 108px;
}

.pagination {
	display: inline-block;
   
    margin: -18px 5px 0 0;
    position: absolute;
    right: 0;
    z-index: 1000;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
	padding-right: 0px;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

#content_left{
	width:214px;
	height:214px;
	margin:18px 0 0 0;
	display: inline-block;
	float:left;
}
#content_middle{
	width:456px;
	margin:18px 0 0 20px;
	float:left;
}
#content_right{
	width:235px;
	margin:18px 0 0 20px;
	float:left;
}
#content_right ul{

}
#content_right li{
	margin-bottom:10px;
}
#content_right a{
	color:#666;
	text-decoration:none;
}
#content_right a:hover{
	color:#ffbe44;
}	