/*
* Required 
*/
.slide-container { width:986px; height:261px; overflow:hidden; position:relative;  }
.slides { position:absolute; top:0; left:0; }
.slides > li { position:absolute; top:0; width:986px; display:none; }

#homeSlider {
	width:986px; 
	height:290px;
	overflow:hidden;
	position:relative;
	margin-bottom:-4px}

.sliderbox {
	background:url(../images/slider/slider_bg_2.png) 0 0 no-repeat}

.slide-text {
	float:left;
	width:340px;
	height:240px;
	padding:59px 40px 0 66px;
	color:#fff;
	font-size:13px;
	line-height:1.6em;}

.slide-text h2 {
	color:#f12340;
	font-family: "BergamoStdRegular", "Times New Roman", Times, serif;
	font-size:40px;
	font-weight:normal;
	line-height:40px;
	padding-bottom:7px}
	
.slide-text a {
	color:#f12340;
	text-decoration: underline;}
	
.slide-text .view_details{
		padding-top: 11px;
	}

.slide-text a:hover {
	text-decoration: none;
	}
	
.slide-image {
	float:left;
	position:relative;
	height:450px;
	padding:9px 0 0 0;
	width:510px;
	overflow:hidden}

.slide-imag img {
	margin:0 auto}

/*
* Optional
*/
ul.pagination {
	list-style:none;
	position: relative;
	top:10px;
	width:120px;
	margin:0 auto;
	text-align:center
}
ul.pagination li  {
	float:left;
	margin:0 4px}
	
ul.pagination li a {
	background:url(../images/slider/slider_points.png) 0 0 no-repeat;
	display:block;
	height:11px;
	width:11px;
	font-size:10px}
	
ul.pagination li.active a {
	background:url(../images/slider/slider_points.png) 0 -11px no-repeat;}

.slider-arrow {
	width:100%;
	position:relative}
	
a.previous, a.next {
	display:block;
	position:absolute;
	top:10px;
	left:70px;
	width:15px;
	height:15px;
	background:url(../images/slider/slider_arrows.png) 0 0 no-repeat}

a.next {
	 left:910px;
	 background:url(../images/slider/slider_arrows.png) 0 -15px no-repeat}
