.carousel	{
	width:214px; 
	height:150px;
	
	/* margin:0 auto 20px; */
	position:relative;
	background: #eee; 
	
	padding:5px;	
	overflow: hidden;	
	
	background:url(images/controlbg-small.gif) no-repeat;
}

* html .carousel {
	padding:0; 
	width:230px; 
	height:150px; 
	margin:0;
}

.carousel ul 	{
	overflow:hidden;
	margin:0;
	padding:0;
	position:relative;
	width:230px; !important;
}

.carousel li 	{
	
	width:214px;
	height:150px;
	
	list-style:none;
	color:white;
	text-align:center;
	margin-bottom: 4px;
	
	overflow: hidden;	
}

.carousel img	{
	border:0;
	margin:0;
}

.carousel a {
	color:white;
	display: block;
}

.carousel h4 {
	position: absolute; 	
	bottom:0;
	left:0; 
	
	padding:5px;	
	z-index: 9999; 		
	text-align: left; 
	font-weight:normal;
	
	font-size:11px;
	color:#fff;	
	
	width:230px; 	
	display: block;	
	background:url(images/caption-bg.png);
}

* html .carousel h4 { 
	left: 4px; 
	padding-bottom: 6px; 
	padding-top: 6px;
}

#subcontent .carousel h4 a {
	text-decoration: none; 
	color: white; 
	padding: 5px 10px;
	
	display: block;
}

.carousel a.previous {
	position:absolute;
	top:60px;
	left:8px;
	display:block;
	
	height:0 !important;
	height /**/:110px;
	
	width:35px;
	
	background:url(images/prev.png) no-repeat;
	
	color:white;
	z-index: 1000; 
	padding: 110px 0 0 0;
	overflow: hidden;
}
	
* html .carousel a.previous {
	background:url(images/prev.png) no-repeat;
}

.carousel a.previous:hover {
	background:url(images/prev_o.png) no-repeat;
}

.carousel a.next{
	position:absolute;
	top:60px;
	right: 0;
	display:block;
	height:0 !important;
	height /**/:110px;
	
	width:35px;
	
	background:url(images/next.png) no-repeat;
	/* background: url(http://www.blogsmithmedia.com/www.engadget.com/media/carousel-arrow-rt.png) no-repeat -16px 40%; */
	
	color:white; 
	z-index: 1000; 
	padding: 110px 0 0 0; 
	overflow: hidden;
}

* html .carousel a.next {
	background-image: url(background:url(images/next.png) no-repeat;}
	
.carousel a.next:hover {background:url(images/next_o.png) no-repeat;}

.disabled {
	visibility:hidden;
}