#carousel {
	width:935px;
	height:299px;	
	float: left;
	position: relative;
	padding: 27px 0 0 0;
	background: url(../images/slider_bg.gif) no-repeat left top;
}

#slides {
	overflow:hidden;
	/* fix ie overflow issue */
	position:relative;
	width:935px;
	height:271px;
	background: #FFFFFF;
	float: left;
}

/* remove the list styles, width : item width * total items */	
#slides ul {
	position:relative;
	left:0;
	top:0;
	list-style:none;
	margin:0;
	padding:0;	
	width:5000px;
	float: left;			
}

/* width of the item, in this case I put 250x250x gif */
#slides li {
	width:935px;
	height:271px;	
	float:left;
	position: relative;

}

/* Styling for prev and next buttons */

#carousel a#prev {
	background:url(../images/slider_leftbutton.png) no-repeat left top; 
	position: absolute;
	left: 0;
	top: 132px;
	width: 29px;
	height: 57px;
	z-index: 99999;
	font-size: 0;
	text-indent: -999px;
}
#carousel a#prev:hover {
	background:url(../images/slider_leftbuttonhover.png) no-repeat left top;
}

#carousel a#next {
	background:url(../images/slider_rightbutton.png) no-repeat left top; 
	position: absolute;
	right: 0;
	top: 132px;
	width: 29px;
	height: 57px;
	z-index: 99999;
	font-size: 0;
	text-indent: -999px;
}

#carousel a#next:hover {
	background:url(../images/slider_rightbuttonhover.png) no-repeat left top; 
}
.slider-info {
	position: absolute;
	background: url(../images/slider_info.png) repeat-y left top;
	height: 231px;
	width: 284px;
	right: 0;
	padding: 40px 27px 0 37px;
	top: 0;
}
.slider-info h1 {
	font-family: 'HelveticaNeueLTStd57Condensed';
	font-size: 20px;
	color: #fff;
	background: url(../images/slider_h1bg.png) no-repeat left bottom;
	padding: 0 0 15px 0;
}
.slider-quote1{
	color: #fefefe;
	font-size: 14px;
	display: block;
	font-family: 'HelveticaNeueLTStd57Condensed';
	padding: 8px 0 0 0;
}
.slider-info-content {
	float: left;
	width: 287px;
	padding: 32px 0 0 0;
	font-family: Tahoma;
	color: #ddd;
	font-size: 11px;
	line-height: 14px;
}
.slider-info-content strong {
	display: block;
	font-size: 26px;
	line-height: normal;
	color: #fff;
	font-family: 'HelveticaNeueLTStd57Condensed';
	padding: 0 0 13px 0;
}
.view {
	display: block;
	color: #fefefe;
	font-size: 16px;
	font-family: 'HelveticaNeueLTStd57Condensed';
	margin: 10px 0 0 0;

}
