.block,.mainblock { 
    width:90px;
    height:60px;
    text-align:center;
    font-size:14px;
    float: left;
}

.mainblock { 
    width:180px;
    height:120px;
    margin:0px 30px 0px 30px;
} 

.single {
    padding-left:100px;
}

.hiddenblock{
    display:none;
    width:0px;
    height:0px;
}
  
#CarouselArea
{
	width: 470px;
	height: 132px;
	overflow: hidden;
	clear: left;
	margin: 0px 0px 0px 45px;
	text-align: center;
}

.ImageNavigation
{
	clear: left;
	width: 470px;
	margin: 5px 0px 0px 28px;
}

.ImageNavigation .Previous
{
	float: left;
	width: 130px;
	margin-right: 45px;
	text-align: left;
	font-family: verdana, arial, sans-serif;
	font-size: 0.7em;
	color: #000000;
}

.ImageNavigation .PageNumber
{
	float: left;
	width: 120px;
	margin-right: 65px;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 0.7em;
	color: #666666;
}

.ImageNavigation .Next
{
	float: left;
	width: 100px;
	margin: 0px;
	text-align: right;
	font-family: verdana, arial, sans-serif;
	font-size: 0.7em;
	color: #000000;
	/* 'ie6carousel.css' adds a margin-left to fix positioning probs in IE6 for this style */
}

.ImageNavigation .Previous a,
.ImageNavigation .Next a
{
	color: #666666;
}