.image_carousel {
	padding: 15px 0;
	position: relative;
}
.image_carousel img {
	border: 1px solid #ccc;
	background-color: white;
	padding: 9px;
	display: block;
	float: left;
	margin:7px;
}
a.prev, a.next {
	background: url(/data/global/media/img/navbuttons.png) no-repeat transparent;
	width: 45px;
	height: 20px;
	display: block;
	position: absolute;
	top: 85px;
}
a.prev {			left: -22px;
					background-position: 30px -23px; }
a.prev:hover {		background-position: 30px -45px; }
a.prev.disabled {	background-position: 30px -1px !important;  }
a.next {			right: -22px;
					background-position: -15px -23px; }
a.next:hover {		background-position: -15px -45px; }
a.next.disabled {	background-position: -15px -1px !important;  }
a.prev.disabled, a.next.disabled {
	cursor: default;
}

a.prev span, a.next span {
	display: none;
}
.pagination {
	text-align: center;
}
.pagination a {
	/*background: url(../images/miscellaneous_sprite.png) 0 -300px no-repeat transparent;*/
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.pagination a.selected {
	background-position: -25px -300px;
	cursor: default;
}
.pagination a span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}

.thumbnail_item{
	background-image: url("/data/global/media/img/frame_shadow.png");
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: 100% 5px;
	display: inline-block;
	padding-bottom: 5px;
	cursor:pointer;
}
.thumbnail_frame{
	position:relative;
}

.thumbnail_bartitle{
	background: none repeat scroll 0 0 rgba(236, 236, 236, 0.7);
    color: #000000;
    display: block;
    font-family: Trebuchet MS;
    font-size: 12px;
    position: absolute;
    width: 158px;
	padding:5px;	
	margin:8px;
}

.thumbnail_selected{
	background: none repeat scroll 0 0 rgba(115,154,35,0.7);
}