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

a {
	text-decoration: none;
	color: #000000;
	font-family:Meera;
}




#header {
	float: left;
}


.fashion{ font-family: Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight: normal;
   text-decoration:none;
   text-align: justify;
   color:#000;
   padding: 7px 4px 5px;
   margin: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 0px;
   line-height:16px;
   }  


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



#sections {
	float: left;
	width:304px;
	height: 142px;
	overflow: hidden;
	margin-top: -27px;
	position: relative;
	z-index: 9;
	background-image: url(../img/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(../img/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: 249px;
	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: 304px;
	height: 142px;
	padding: 0px;
}
#sections2 ul {
	height: 165px;
	list-style: none;
	width: 8000px;
	padding: 0px;
	margin: 0px;
	float: left;
}
#sections2 li {
	width: 304px;
	height: 142px;
	float: left;
	padding: 0px;
	margin: 0px;
}
.prev2 {
	width: 17px;
	height: 20px;
	background-image: url(../img/left.png);
	background-repeat:no-repeat;
	cursor: pointer;
	z-index: 99;
	position: absolute;
	top: 150px;
	left: 261px;
	display: block;
}
.next2 {
	width: 17px;
	height: 20px;
	background-image: url(../img/right.png);
	background-repeat:no-repeat;
	cursor: pointer;
	z-index: 99;
	position: absolute;
	top: 150px;
	left: 274px;
	display: block;
}
