﻿/* Gallerific AIGA Style Sheet */
/* General Styles */

/* by Tad Renstrom, Thirdwave, LLC */

#gallery #thumbs{
		padding-bottom:11px;
}
		
#gallery #thumbs ul{
	margin:0px;
	padding:0px 0px 0px 10px;
	opacity:0;
	
}

#gallery #thumbs ul li{
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
}

#gallery #thumbs ul li a{ 
	border:2px solid #ffffff;
	display:block;
	margin-right:8px;
}

#gallery #thumbs ul li.selected a{ 
	border:2px solid #31a1e9;
}

#controls{
	position:absolute;
	z-index:1;
}

.nav-controls .prev{
	display:block;
	position:absolute;
	width:60px;/*45*/
	min-height:71px;
	background:url(/common/images/AIGAprevImgButton5.png) no-repeat center center;
	z-index:50;
}

.nav-controls .next{
	display:block;
	position:absolute;
	width:80px;/*45*/
	min-height:71px;
	background: url(/common/images/AIGAnextImgButton5.png) no-repeat center center;
	z-index:50;
}

.nav-controls a.next:hover, .nav-controls a.prev:hover{
 	opacity:.5 !important;
 }

.hidePagination{display:none;}

.nextForward, .nextForwardVoid{
	display:block;
	width:18px;
	height:64px;
	float:right;
	background:url(/common/images/AIGAnextButtonStates.png) no-repeat left top;
 	margin-top:2px;
	margin-right:-3px;
}

.prevBack, .prevBackVoid{
	display:block;
	width:18px;
	height:64px;
	float:left;
	background: url(/common/images/AIGAprevButtonStates.png) no-repeat -27px top;
	margin-top:2px;
	margin-right:14px;
}

.prevBackVoid{
	background-position: left top;
	cursor:default;
}

.nextForwardVoid{
	background-position: -27px top;
	cursor:default;
}

.ss-controls{
	position:absolute;
	z-index:60;
}

.ss-controls a.play, .ss-controls a.pause{
	display:block;
	width:28px;
	height:21px;
	background:url(/common/images/AIGASildeShowButtonStates.png) no-repeat left top;
	
}
 .ss-controls a.pause{
 	background-position:left -31px;		 
}
 
#SliderHolder{
	 padding:6px 0px 6px 6px;
	 width:584px;
	 border:1px solid #acacac;
}
 
.counts{
 	float:right;
	margin:7px 5px 0px 0px;
}
 
.imageD{
 margin:40px 0px 0px 0px;
 float:left;
 
}

