.homeslider {
	width: 300px; height: 160px;
	margin-top:8px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden;
	color: #fff;
}
.homeslider .block small {margin-left: 10px;}
.homeslider .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}
.homeslider .block{
	background: #111;
	border-top: 1px solid #000;
	padding:5px 20px 4px 10px;
	text-align:left;
	color:#fff;
}
.homeslider .block span{
	font-weight:bold;
	font-size:130%;
	line-height:130%;
}
.homeslider .block a:active, .homeslider .block a:link, .homeslider .block a:visited {
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
	}
.homeslider .block a:hover {
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
	}
.homeslider a.collapse {
	background: url(../images/hide.png) no-repeat left top;
	height: 19px; width: 99px;
	text-indent: -99999px;
	position: absolute; 
	top: -19px; right: 550px; 
}
.homeslider a.show {
	background-position: left bottom;
	background: url(../images/close.png) no-repeat left top;
	} 
.image_thumb {
	float: left;
	text-align:left;
	margin:8px 0px 0px 5px; 
	width: 200px;
	background: #f0f0f0;
	border-right: 1px solid #fff;
	background-color: #1a1a1a;
}
.image_thumb img {
	border: 1px solid #ccc; 
	padding: 5px; 
	background: #fff; 
	float: left;
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin:0px; 
	padding:5px 0px 1px 5px;
	width: 200px;
	color:#fff;
	font-weight:bold;
	border-bottom:1px solid #fff;
	text-align:left;
	float: left;
}
.image_thumb ul li a{
	font-weight:normal;
	color:#B38CC8;
	text-decoration:none;
	font-size:90%;
}
.image_thumb ul li.hover {
	background: #67BD46	url(../images/sliderarrow2.jpg) no-repeat 5px 0px;
	cursor: pointer;
}
.image_thumb ul li.hover a{
	font-weight:normal;
	color:#000;
	font-size:90%;
}
.image_thumb ul li.active {
	background: #fff url(../images/sliderarrow.jpg) no-repeat 5px 2px;
	cursor: default;
	color:#1a1a1a;
}
.image_thumb ul li.active a{
	font-weight:normal;
	color:#000;
	font-size:90%;
}
.image_thumb ul li .block {
	float: left; 
	margin-left: 10px;
	padding: 0;
}	
.image_thumb ul li p{display: none;}
