﻿.image_carousel {
	position: relative;
}
.image_carousel img {
	background-color: white;
	display: block;
	float: left;
}

.image_carousel a {display: block; float: left;}

.sel_slide_img {height:100px; background-color:#ed2024 !important; opacity:0.2; filter:alpha(opacity=20); /* For IE8 and earlier */}
.slide_img { height:100px;}

a.prev, a.next {
	width: 32px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
}
a.prev {			background: url(../img/slide_prev_small.png) repeat transparent; left: 0px;}
a.next {			right: 0px;
					background: url(../img/slide_next_small.png) repeat transparent;  }
a.prev.disabled, a.next.disabled {
	cursor: default;
}

a.prev span, a.next span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}