div.download {
	font-size: 12px;
	line-height: 12px;
	width: 300px;
	text-align: right;
}
div.download a {
	text-decoration: none;
}
div#slidercontainer {
	position: relative;
	clear: left;
}

/* imageholder */

#imageholder ul, #imageholder li{ 
	margin:0;
	padding:0;
	list-style:none;
}	
#imageholder, #imageholder li{ 
	height:335px;
	width:300px;
	overflow:hidden;
}	
		
/* slider */

div.sliderblock span {
	display: none;
}
#slider ul, #slider li{ 
	margin:0;
	padding:0;
	list-style:none;
}	
#slider, #slider li{ 
	height:335px;
	width:300px;
	text-align: center;
	overflow:hidden;
}
#slider li img {
	max-width: 300px !important;
	max-height: 310px !important;
}	
#slider img {
	max-width: 300px !important;
	max-height: 310px !important;
}	
span#prevBtn a {
	text-decoration: none;	
}
span#prevBtn {
	float: left;	
}
span#nextBtn {
	float: right;
}
span#nextBtn a {
	text-decoration: none;
}
