@charset "UTF-8";
/* CSS Document */

/* Sample 4*/
#box4{
	position:absolute;
}
#box4 div{
	width:740px;
	height:300px;
	float:left;
}

#box4 h3 {
	color:#000000;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:25px;
	padding:0px 0px 20px 10px;
}
#box4 p{ padding:5px 5px; }

#box4 ul { }

#box4 img{
	display:block;
	float:right;
	margin: 0px 15px 0px 0px;
}
.box4-left {
	float:left;
	margin:0 0 0 15px;
	padding:0;
	width:230px !important;
	line-height: 17px;
}
#info4{
	cursor: default;
	text-decoration: none;
	color:#FFFFFF;
}
.mask3{
	height:300px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	width:740px;
}
#sample{
	background:transparent url(../images/featured.jpg) no-repeat scroll center 30px;
	margin:0 auto;
	width:900px;
}
.buttons{
	padding:5px;
	text-align: center;
	position:relative;
}
.buttons span{
	cursor:pointer;
	text-align: center;
	float: left;
	padding: 2px 10px;
}
.buttons span.active {
	color:#FFFFFF;
	background:#FA9012 none repeat scroll 0 0;
}
.buttons span:hover {
	color:#FFFFFF;
	background:#88D9E5 none repeat scroll 0 0;
}

/*End Sample 4*/