
@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: #222;
}


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

#header {
	float: left;
}

h2{ font-family:Poppins;
   font-size:17px;
   font-weight: normal;
   text-decoration:none;
   text-align:left;
   color:#222;
   padding:0px 0px 0px 0px;
   margin:20px 0px 15px 0;
   font-weight:600;
   float:left; 
   width:100%;
   }  

.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;
}

.option {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
 .tooltip {
    position: absolute;
    z-index: -1;
    opacity: 0;
    color: #fff;
    width: 184px;
    left: -9999px;
    top: auto;
    font-size: 14px;
    font-weight: 400;
    background: #333;
    -webkit-transition: margin 0.6s, opacity .6s;
    -moz-transition: margin 0.6s, opacity .6s;
    -ms-transition: margin 0.6s, opacity .6s;
    -o-transition: margin 0.6s, opacity .6s;
    transition: margin 0.6s, opacity .6s
}

 .tooltip > em {
    padding: 6px;
    font-style: normal;
    display: block;
    position: static
}

 .tooltip:after {
    content: '';
    position: absolute
}

 .option:hover .tooltip,
 .gui-input:focus + .tooltip,
 .gui-textarea:focus + .tooltip,
 .select > select:focus ~ .tooltip {
    opacity: 1;
    z-index: 999
}

 .tip-left {
    top: 1px;
    margin-right: -20px
}

 .tip-left:after {
    top: 12px;
    left: 100%;
    border-left: 8px solid #333;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent
}

 .gui-input:focus + .tip-left,
 .gui-textarea:focus + .tip-left,
 .select > select:focus ~ .tip-left {
    margin-right: 5px;
    right: 100%;
    left: auto
}

 .tip-right {
    top: 1px;
    margin-left: -20px
}

 .tip-right:after {
    top: 12px;
    right: 100%;
    border-right: 8px solid #333;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent
}

 .gui-input:focus + .tip-right,
 .gui-textarea:focus + .tip-right,
 .select > select:focus ~ .tip-right {
    left: 100%;
    margin-left: 5px
}

 .tip-right-top {
    bottom: 100%;
    margin-bottom: -20px
}

 .tip-right-top:after {
    top: 100%;
    right: 12px;
    border-top: 8px solid #333;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent
}

 .gui-input:focus + .tip-right-top,
 .gui-textarea:focus + .tip-right-top,
 .select > select:focus ~ .tip-right-top {
    right: 0;
    left: auto;
    margin-bottom: 10px
}

 .option .tooltip,
 .tip-left-top {
    bottom: 100%;
    margin-bottom: -20px
}

 .option .tooltip:after,
 .tip-left-top:after {
    top: 100%;
    left: 12px;
    border-top: 8px solid #333;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent
}

 .option:hover .tooltip,
 .gui-input:focus + .tip-left-top,
 .gui-textarea:focus + .tip-left-top,
 .select > select:focus ~ .tip-left-top {
    left: 0;
    right: auto;
    margin-bottom: 10px
}

 .option:hover .tooltip {
    left: -10px
}

 .tip-right-bottom {
    top: 100%;
    margin-top: -20px
}

 .tip-right-bottom:after {
    right: 12px;
    bottom: 100%;
    border-bottom: 8px solid #333;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent
}

 .gui-input:focus + .tip-right-bottom,
 .gui-textarea:focus + .tip-right-bottom {
    margin-top: 10px;
    left: auto;
    right: 0
}

 .tip-left-bottom {
    top: 100%;
    margin-top: -20px
}

 .tip-left-bottom:after {
    left: 12px;
    bottom: 100%;
    border-bottom: 8px solid #333;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent
}

 .gui-input:focus + .tip-left-bottom,
 .gui-textarea:focus + .tip-left-bottom {
    margin-top: 10px;
    right: auto;
    left: 0
}
