
@font-face {
 font-family: "Univers Condensed";
 src: url("unvr57w.eot") /* EOT file for IE */
}
@font-face {
 font-family: "Univers Condensed";
 src: url("unvr57w.ttf") /* TTF file for CSS3 browsers */
}


a {
	text-decoration: none;
	color: #455a71;
}


#wrapper {
	width: 280px;
	margin: 0px auto;
}

#header {
	float: left;
}

h2{ /*font-family:"Univers Condensed";*/
   font-size:22px;
   font-weight: bold;
   text-decoration:none;
   text-align:left;
   color:#f5cc8c;
   padding:0px 0px 5px 0px;
   margin:7px 0px 5px 0px;
   }  

.con{ font-family: Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight: normal;
   text-decoration:none;
   text-align: justify;
   color:#f5cc8c;
   padding:0px 0px 8px 0px;
   margin:0px 0px 0;
   line-height:16px;
   }  


#content {
	float: left;
	width: 280px;
	margin:0px 0px 0px 0px;
}

#sections {
	float: left;
	width: 280px;
	height: 213px;
	overflow: hidden;
	margin-top: -27px;
	position: relative;
	z-index: 9;
	background-image: url(../images/slider-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#sections ul {
	width: 2850px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 9;
}
#sections ul li {
	float: left;
	display: block;
}

#recent {
	width: 398px;
	padding: 15px;
	background-color: #fbfbfb;
	border: 1px solid #f1f1f1;
	float: left;
}
#recent span {
	width: 398px;
	background: url(../images/arrow-2.gif) repeat-x bottom;
	
	display: block;
	float: left;
}
#recent span img {
	float: left;
	border: 5px solid #ebebeb;
	display: inline;
	margin-right: 15px;
}
#recent span span {
	width: 280px;
	background-image: none;
	padding: 0px;
	float: left;
	color: #a74738;
}
#recent span .desc {
	width: 300px;
	color: #5c5b5b;
	text-transform: uppercase;
	font-size: 11px;
	float: left;
}
#recent span a:link, #recent span a:visited {
	font-size: 18px;
	margin: 0px 4px 0px 0px;
	padding: 0px;
	color: #455a71;
	float: left;
	font-weight: normal;
	font-family: Georgia;
}

#sections2 {
	float: left;
	overflow: hidden;    
	width: 280px;
	height: 213px;
	padding: 0px;
}
#sections2 ul {
	height: 213px;
	list-style: none;
	width: 8000px;
	padding: 0px;
	margin: 0px;
	float: left;
}
#sections2 li {
	width: 280px;
	height: 213px;
	float: left;
	padding: 0px;
	margin: 0px;
}
.prev2 {
	width: 27px;
	height: 27px;
	background-image: url(../images/arrow.png);
	background-repeat:no-repeat;
	cursor: pointer;
	z-index: 99;
	position: absolute;
	top: 25px;
	left: 230px;
	display: block;
}
.next2 {
	width: 27px;
	height: 27px;
	background-image: url(../images/arrow1.png);
	background-repeat:no-repeat;
	cursor: pointer;
	z-index: 99;
	position: absolute;
	top: 25px;
	left: 250px;
	display: block;
}
