/* Carousel */

.ref_wrap{
	width: 400px;
	padding: 0 14px;
}

#co_carousel,
#ow_carousel {
	float: left;
	width: 400px;
	height: 275px;
	margin:0 0 45px;
	position: relative;
}

#co_carousel .container,
#ow_carousel .container {
	float: left;
	width: 400px;
	height: 240px;
	position: relative;
	overflow: hidden;
	margin-bottom:5px;
}

#co_carousel ul,
#ow_carousel ul {
	margin: 0;
	padding:0;
	width: 100000px;
	position: relative;
	top: 0;
	left: 0;
	height: 240px;
}

#co_carousel ul li,
#ow_carousel ul li {
	width: 400px;
	height: 240px;
	text-align: center; 
	list-style:none;	 
	float:left;
}

.container ul li img {
	max-width: 400px !important;
}

#co_carousel .previous_button,
#ow_carousel .previous_button {
	float:left;	
	width: 34px;
	height: 34px;
	background: url(images/carousel/ref_prev_1.png);
	z-index: 100;
	cursor: pointer;
}

#co_carousel .previous_button_over,
#ow_carousel .previous_button_over {
	background: url(images/carousel/ref_prev_2.png);
}

#co_carousel .previous_button_disabled,
#ow_carousel .previous_button_disabled {
	background: url(images/carousel/ref_prev_0.png);
	cursor: default;
}

#co_carousel .next_button,
#ow_carousel .next_button {
	float:right;	
	width: 34px;
	height: 34px;
	background: url(images/carousel/ref_next_1.png);
	z-index: 100;
	cursor: pointer;
}

#co_carousel .next_button_over,
#ow_carousel .next_button_over {
	background: url(images/carousel/ref_next_2.png);
}

#co_carousel .next_button_disabled,
#ow_carousel .next_button_disabled {
	background: url(images/carousel/ref_next_0.png);
	cursor: default;
}

.display_bar {
	text-align:center;
}

.ref_box h2.ref_header {
	color:#333333;
	margin:0 0 10px;
}

.ref_desc {
	color:#777777;
	font-size:13px;
	padding:0 25px;
	min-height: 400px;
}

.ref_desc span a {
	text-decoration:none;
	white-space: nowrap;
}

