*{
	margin:0;
	padding:0;
}
body{
	
	
	color:#fff;
}

.item
{
	float:left;
	width:100%;
	margin:10px 0px;
	border-top: 2px solid #fff;
}
.item#first
{
	margin:0px 0px 10px;
	border-top:none;
}
.thumb_wrapper{
	width:260px;
	height:107px;
	position:relative;
	float:left;
	margin:30px 10px 0px 0px;
}
.thumb_wrapper a.prev,
.thumb_wrapper a.next{
	width:30px;
	height:30px;
	position:absolute;
	top:50%;
	margin-top:-15px;
	outline:none;
	cursor:pointer;
}
.thumb_wrapper a.prev{
	left:0px;
	background:transparent url(../images/fancy_nav_left.png) no-repeat top left;
}
.thumb_wrapper a.next{
	right:0px;
	background:transparent url(../images/fancy_nav_right.png) no-repeat top left;
}
.thumb_wrapper span{
	display:block;
	text-align:center;
	font-size:11px;
	font-style:italic;
	margin-top:1px;
}
.thumb{
	margin-left:30px;
	width:205px;
	height:107px;
	overflow:hidden;
	-moz-box-shadow:1px 1px 3px #555;
	-webkit-box-shadow:1px 1px 3px #555;
	box-shadow:1px 1px 3px #555;
}
.thumb ul{
	list-style:none;
	width:800px;
	height:107px;
}
.thumb ul li{
	float:left;
}
.thumb ul li a img{
	border:5px solid #fff;
}
.description{
	width:52%;
	float:left;
     text-align:justify;
}
.description ul
{
font-size:13.5px;
    color: black;
    padding:5px 5px 10px 10px;
    box-shadow: 5px 5px 10px #888888;
}
.clear{
	clear:both;
}
.description h2{
    font-size:14px;
    color:blue;
}
.description p{
    font-size:13.5px;
    color: black;
    padding:3px 5px 10px 10px;
    box-shadow: 5px 5px 10px #888888;
}
