/* Carousel*/
#carousel-inner {
	width:214px;
	margin:0;
	padding:0;
	/*border:1px solid #D1D1D1;
	max-height:214px;
	height:214px;
	background:#FCFCFC;*/
	overflow: hidden;
	padding-bottom: 5px;
}

#scroller {
	overflow: hidden;
	height:85px;
	max-height:85px;
	margin-top: -30px;
	text-align: left;
	}

#scroller li
{
	text-align: left;
}

#carousel-inner h2 {
	height:24px;
	color:#8897C2;
	position:relative;
	text-transform: capitalize;
	font-size:15px;
	font-weight: bold;
	border: 0;
	text-align: right;
	/*border-bottom: 1px dashed #8897C2;
	padding: 10px;
	margin-bottom:11px;
	height:18px;*/
	}

#carousel-inner ul {
	white-space:normal;
	height:85px;
	max-height:85px;
	}
	
#carousel-inner ul li {
	display: block;
	float:left;
	width:214px;
	/*background:url(../pics/scroll_button/carousel-seperator.jpg)  right 0px no-repeat;*/
	padding: 0;
	margin: 0;
	height:110px;
	text-align:center;
	}	
	
#carousel-inner img#nextButton {
	position:absolute;
	/*top:10px;*/
	right:102px;              
	cursor:pointer;
}

#carousel-inner img#stopButton {
	position:absolute;
	/*top:10px;*/
	right:54px;
	cursor:pointer;
}

#carousel-inner img#previousButton {
	position:absolute;
	/*top:10px;*/
	right:20px;
	cursor:pointer;
}