﻿.carouselpreviousbutton
{
    background-color: #808080;
    color: #FFFFFF;
    border: solid 1px #000000;
    font-weight: bold;
}

.carouselnextbutton
{
    background-color: #808080;
    color: #FFFFFF;
    border: solid 1px #000000;
    font-weight: bold;
}

.carouselpreviousdiv 
{
    float:left; 
}

.carouselnextdiv 
{
    float:left;  
}


.carouselcontainerdiv 
{
    float:left;
    /* border: solid 1px; */
    overflow:hidden;
    position:relative;
    z-index:2;
    left:0px;
}

.carouselUL
{
	margin:0;
	padding:0;
	position:relative;
	list-style-type:none;
	z-index:1
}

.carouselLI
{
	overflow:hidden;
	float:left
}