
.thumbs img{padding: 2px; margin: 0px 3px 3px 0px;}
.thumbs:hover img{background-color: #FF9900;}




#bg {
	z-index: -99999;
	margin: 0px 25px;
	max-width: 95.5%;
	border: 2px solid #EBEBEB;
}

html, body {
	height: 100%; padding: 0px; margin: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; background-color: #4e004c;
}

#image_count {
    position: fixed; 
	left: 0px; 
	bottom: 25px; 
	width: 100%; 
	text-align: center; 
	font-size: 24pt;
}

#previous {
    /*position: fixed; 
	left: 25px; 
	bottom: 25px; */
	padding: 25px 18px;
	float: left;
	
}

#next {
    /*position: fixed; 
	right: 25px; 
	bottom: 25px;*/ 
	float: right;
	padding: 25px;
}

#next a {
	width: 140px;
	height: 40px;	
	display: block; 
	cursor: pointer;
}

#next a.next {
	background: transparent url('/design/image_full_next.png') no-repeat; 
}

#next a:hover {
	background-position: -140px 0;
}

#previous a {
	width: 180px;
	height: 40px;	
	display: block; 
	cursor: pointer;
}

#previous a.previous {
	background: transparent url('/design/image_full_previous.png') no-repeat; 
}

#previous a:hover {
	background-position: -180px 0;
}

#copyright {padding: 25px; font-size: 10pt; color: #999999;}

#advert {padding: 25px; color: #CCCCCC; font-size: 10pt; color: #FFFFFF; float: left;}


