/* Tiny Carousel */
#slider1 { 
	height: auto; 
	overflow:hidden; 
	
	height: 100%;	
}
.viewport { 
	float: left; 
	width: 935px; 
	height: 100%; 
	overflow: hidden; 
	position: relative; 
	margin:0 20px;
}
.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: 168px 0 0 0;  
}
.prev{
	background:url("../images/buttons_left.png") no-repeat scroll 0 0 transparent;  
	margin: 168px 0 0 0;  
	  
}
a.next:hover{
	background:url("../images/buttons_right_hover.png") no-repeat scroll 0 0 transparent; 
	margin: 168px 2px 0 0;  
}
a.prev:hover{
	background:url("../images/buttons_left_hover.png") no-repeat scroll 0 0 transparent; 
	margin: 168px 0 0 0;  
}
.disable { 
	visibility: hidden; 
}
.overview { 
	list-style: none; 
	position: absolute; 
	padding: 0; 
	margin: 0; 
	width: 240px; 
	 height: 100%;
	left: 0 top: 0; 
}
.overview li{ 
	float: left; 
	margin: 0 6px; 
	 height: 100%; 
	width: 224px;
	padding:0 !important;
}
.topic_2{
	font-size: 11px;
	font-family: Arial, Tahoma, sans-serif;
	font-weight: bold;
	color: #666666;
	text-align:center;
}
