div.slideshow img,div.image-title,ul.thumbs li {
	float:left;
}
div.slideshow-container { 
	position:relative; 
	clear: left; 
	margin-top:20px; 
	width:464px; 
	height:215px;
	}
div.slideshow {
	width:460px;
	height:200px;
	 border:1px solid #a9bcd4;
	 -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	 border-radius: 8px;
	 behavior: url(ie/PIE.htc);
	}
 div.slideshow img {
   
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	 border-radius: 8px;
	 behavior: url(ie/PIE.htc);
}

div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	width:464px; 
	height:208px;
	top: 1;
	left:1;
	}
#thumbs {
	width: 466px;
	margin-top: 15px;
}

#thumbs ul.thumbs {
	list-style:none;
	list-style-image:none; 
	width:auto; 
	height:110px;
	float: right;
	clear:both;
	margin-bottom:5px;
	margin-right:2px; 
	}
#thumbs ul.thumbs li {
	width:40px; 
	height:25px;
	padding:1px; 
	margin-left:2px;
	margin-right:1px;
	margin-bottom:5px;
	border:1px solid #b6b6b5; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	 border-radius: 4px;
	 behavior: url(ie/PIE.htc);
	}

a.thumb {
	display: block;
	border:none;
	outline:none;
	}
#thumbs ul.thumbs li.selected a.thumb {
	background:none;
	outline:none;
	}
#thumbs ul.thumbs li.selected {
	border:1px solid #f18c09; 
}
#thumbs ul.thumbs li img { 
	display: block; 
	width:40px; 
	height:25px;
	}

#thumbs ul.thumbs li img {
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	 border-radius: 4px;
	 behavior: url(ie/PIE.htc);
}

div.pagination {float:right;}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	padding: 1px 5px 1px 6px;	
	border: 1px solid #a2adb1;	
	text-decoration:none; 
	margin-right:3px
	}
div.pagination a:hover {
	background-color: #fff;	
	text-decoration: none;	
	color:#a2adb1;
	}
div.pagination span.current {
	font-weight: bold;	
	background-color:#5ec0cc;	
	border-color: #a2adb1;
	color: #FFF;	
	text-decoration: none;
	}
	