﻿#carouselcontainer
{
	overflow:hidden;
	/*height:340px;*/
}
.carouselitem
{
	/*height:320px;*/	
	padding-bottom:5px;
}

.carouselbutton
{
	display:inline;
	padding:2px;
	border:solid 1px #666666;
	cursor:pointer;
	margin:2px;	
	background-color:#fff;
}

.carouselbutton.current
{
	background-color:#ddd;
}

/*.carouselbuttons
{
    /*margin-left:559px;
    position:relative;    
    margin-bottom:5px;
    *top:15px;
}
*/

.carouselbuttons {
margin-left:597px;
position:relative;

}