/* carousel css */

#carousel
{
		position: relative; /* important */
		z-index: 0;
		overflow: hidden; /* important */
		width: 468px; /* important */
		height: 146px; /* important */
		background: #fff;
}
	
#carousel_frame
{
    position: relative
}

#carousel_previous
{
    float: left;
}

#carousel_next
{
    float: right;
}

#carousel_content
{
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
	
#carousel_content li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#carousel_content
{
	width: 5418px;
}

#container_bd #carousel ul li
{
	list-style: none;
	display: block;
	float: left;
	margin: 0px 10px 0 0;
	padding: 0;
	width: 146px;
	height: 146px;
}

#container_bd #carousel ul li img
{
	display: block;
}
	
.no_images
{
	font-weight: bold;
	color: #ffffff;
	font-size: 48px;
}