﻿.image_carousel {
	padding: 0;
	position: relative;
	display:block;
	width: 600px;
	overflow: hidden;
	float: left;
}
.image_carousel img {
	border: 0px solid #ccc;
	background-color: white;
	padding-right: 6px;
	margin-bottom: 15px;
	display: block;
	float: left;
}
a.prev, a.next {
	background: url(../images/arrows.gif) no-repeat;
	display: block;
	position: relative;
	float: left;
	margin-top: 2px;
	text-decoration: underline;
	height: 12px;

}
a.prev 
{
    margin-right: 10px;
    padding-right: 15px;
	background-position: 55px -8px;
}

a.next 	
{
	margin-left: 15px;
	padding-left: 10px;
	background-position: 0 3px;
}

a.prev:hover {	}
				
a.next:hover {	}

a.prev span, a.next span {
	display: block;
}

.pagination 
{
    display:block;
    float: left;
	text-align: center;
}

.divSliderNavigation
{
position: relative;
left: 50%;
float: left;
}
 
.divSliderNavigationInside
{
position: relative;
right: 50%;

}

.pagination a {
	background: url(../images/bullets.png) 0 0px no-repeat;
	width: 22px;
	height: 22px;
	margin: 0 0px 0 0;
	display: inline-block;
}
.pagination a.selected {
	cursor: default;
	background-position: 0 -22px;
}
.pagination a span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}

