/*Original Design by Roshan Ravi
Author's Website : CSSHeaven.org, Roshanravi.com
This website templats, Images, CSS, and HTML files are released under Creative Commons Non-Commercial Attribution License.
You are free to use it for your website provided that you keep the link back to CSSHeaven.org unaltered and on all the pages designed with this template.
*/


* {padding:0; margin:0;}
ul {list-style:none;}
a {color:#1b78a8; text-decoration:none;}
a img {border:none;}
.clear {
 clear:both;
 line-height:1px; height:1px;
}
.clear:after {
 display:block; 
 visibility:hidden; 
 clear:both; 
 height:0; 
 content: "."; 
}
body {
	font-size:62.5%;
	color:#000;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: lighter;
}

#bodywrap { width:1032px; margin: 0 auto;}

#slider .thumbholder {float:right; width:1030px; text-align:right}

#slider h2 {
	font: 2.2em 'FertigoProRegular', Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	color:#000;
}

#slider {height:232px; width:980px;}

#slider .container {
	overflow:hidden;
	position:relative;
	cursor:pointer;
	color:#000;
	height:232px;
	width:980px;
}

#slider .slides li {display:block; height:242px; width:980px; position:absolute; overflow:hidden; left:0; top:0;}

#slider li .txtholder {
	float:left;
	width:360px;
	position:absolute;
	padding: 10px;
	margin-left: 20px;
	margin-top: 20px;
	background-color: white;
	opacity:.80;
}

.slides {position:relative;}

#slider .slides p {
	font-size:13px;
	line-height:18px;
}
#slider .pagination {
	display:block;
	list-style:none;
	z-index:999;
	width:150px;
	text-align:center;
	position:absolute;
	bottom:0px;
	height:25px;
	left:20px;
}
ul.pagination li {display:inline;}
ul.pagination li a { display:block; float:left; width:16px; height:16px; background:url(images/slidernav.png) no-repeat; text-indent:-9000px;}

ul.pagination li.active a {background:url(images/slidernava.png) no-repeat!important; text-indent:-9000px;}
 
