@charset "utf-8";
/* CSS Document */

.slideshow {
	width: 500px;
}

.slidehead {
	font:normal 11px tahoma, Arial, Helvetica, sans-serif;
	color:#999999;
	text-transform:uppercase;
	background:#F8F8F8 url(images/bullet.png) center left no-repeat;
	padding:4px 0 4px 12px;
	border-bottom:1px solid #FFFFFF;
}

#simpleshow {
	width: 500px; /* a width is required */
	height:245px;
	
	border-bottom:1px solid #cde0f3;
}

#simpleshow div {
	width: 500px; /* a width is required */
	padding:2px;
}

#simpleshow div a{
	font-size:11px;
	color:#154DCB;
}

#simpleshow div a:hover{
	color:#37B637;
}

#simpleshow div.title {
	height:30px;
	line-height:normal;
}

#simpleshow div.title a{
	font:normal 12px tahoma, Arial, Helvetica, sans-serif;
	color:#154DCB;
	text-decoration:none;
}

#simpleshow div.title a:hover{
	color:#37B637;
	text-decoration:underline;
}

#simpleshow div.picture {
	width:310px;
	height:200px;
	text-align:left;
	float:left;
}

#simpleshow div.content {
	width:175px;
	text-align:left;
	font:normal 11px tahoma, Arial, Helvetica, sans-serif;
	line-height:16px;
	color:#666666;
	float:left;	
}

