
#simpleCarousel
{
	position: relative;
}
.jcarousel-scope 
{
    position: relative;
    width: 303px;
    height: 138px;
}
.jcarousel-clip
{
    width: 303px;
    height: 138px;
    overflow: hidden;
}
.jcarousel-list 
{
    overflow: hidden;
    margin: 0;
    padding: 0;
	list-style-type: none;
}

.jcarousel-list li 
{
    float: left;
    width: 303px;
    height: 138px;
	padding: 0;
	background-image: none;
}

.jcarousel-next 
{
    cursor: pointer;
}
.jcarousel-next-disabled 
{
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}

.jcarousel-prev 
{
    cursor: pointer;
}

.jcarousel-prev-disabled 
{
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}

div.simpleCarousel div.jcarousel-controls
		{
			position: absolute;
			top: 155px;
			left: 230px;
			z-index: 1000;
			width: 225px;
			height: 17px;
		}
		div.simpleCarousel div.jcarousel-controls ol
		{
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
		div.simpleCarousel div.jcarousel-controls ol li
		{
			float: left;
			width: 20px;
			height: 17px;
			margin: 0;
			padding: 0;
			
			background-color: grey;
			
			text-align: center;
		}
		div.simpleCarousel div.jcarousel-controls ol li.selected
		{
			background-color: #222;
		}
		div.simpleCarousel div.jcarousel-controls ol li a
		{
			float: left;
			width: 20px;
			height: 17px;
			margin-top: -1px;
			
			color: #fff;
			text-decoration: none;
			
			opacity: 0.5;
			-moz-opacity: 0.5;
			filter: alpha(opacity=50);
		}
		div.simpleCarousel div.jcarousel-controls ol li.selected a
		{
			opacity: 1;
			-moz-opacity: 1;
			filter: alpha(opacity=100);
		}
