.main_carousel
{
	position : relative;
	width : 958px;
	/*height : 276px;*/
	height : 294px;
	padding : 20px 0px;
	overflow : hidden;
	background : url(../images/mid_content.jpg) repeat-x scroll center top;
}

.inner_carousel
{
	position : absolute;
	/*height : 276px;*/
	height : 294px;
	width : auto;
}

.left-nav
{
	position : absolute;
	top : 37px;
	left : 0px;
	width : 67px;
	height : 260px;
	z-index : 2;
	cursor : pointer;
}

.right-nav
{
	position : absolute;
	top : 37px;
	right : -1px;
	width : 67px;
	height : 260px;
	z-index : 2;
	cursor : pointer;
}

.left-nav img,
.right-nav img
{
	display : none;
}

.inner_carousel ul
{
	list-style : none;
	margin : 0px;
	padding : 0px;
}

.inner_carousel ul li
{
	float : left;
	margin : 0px;
	padding : 0px;
	margin-right : 34px;
}

#mycarousel-nav
{
	height : 15px;
	background : #98c041;
}

.carousel-nav-inner
{
	width : auto;
	padding : 5px 0px 0px 380px;
}

.carousel-nav-inner div
{
	float : left;
	margin-right : 5px;
	cursor : pointer;
}

.carousel-nav-inner div.current_image
{
	cursor : default;
}

.inner_carousel .content
{	
	color : #ffffff;
	height : 44px;
	width : 316px;
	background :  #000000;
	padding : 2px;
	opacity : 0.7;
	filter:alpha(opacity=70);
	position : absolute;
	bottom : 0;
	display : none;
}

.inner_carousel .play
{
	background : url('../images/play.png') no-repeat  125px 90px;
	height : 258px;
	width : 320px;
	position : absolute;
	top : 0px;
	left : 0px;
	display : none;
}