
.imgcarousel { padding: 0; position: relative; }

.imgcarousel:after { content: ""; display: block; clear: both; }
.imgcarousel img { padding:0; margin:0; display:block; float:left; }

#carouselimg { display:block; float:left; width:100%;}
#carouselimg a { display: inline-block; float:left; /*width:290px; height:200px; padding:0 8px;*/ }
#carouselimg img { display: inline-block; float:left; width:290px; height:200px; margin:0 8px; }


.imgcarousel > a.prev, .imgcarousel > a.next { background: url(../../msc_app/img/btn_arrow.png) no-repeat transparent; width: 40px; height: 40px; display: block; position: absolute; vertical-align: middle; margin-top: -20px; }
.imgcarousel > a.prev { left: 1px; top: 50%; background-position: 0 0; }
.imgcarousel > a.prev:hover { background-position: -40px 0; }
.imgcarousel > a.next { right: 1px; top: 50%; background-position: -120px 0; }
.imgcarousel > a.next:hover { background-position: -80px 0; }
		
.imgcarousel > a.prev span, .imgcarousel > a.next span { display: none; }