html,body
{
	margin:0;
	padding:0;
}
#wrapper
{
	width:960px; 
	margin:40px auto 0; 
	padding:20px 10px;
	position:relative;
}
 
.nav
{
	color: #252525;
	display: inline-block;
	height: 22px;
	text-align: center;
	text-decoration: none;
	width: 24px;
	margin-right:2px;
}
.navSelected
{
	background-color:#252525;
	color:white;
}
.gallery
{
	width:452px;
	position:relative; 
	height:300px;
	overflow:hidden;
	margin:auto; 
	border-radius:5px;
	box-shadow: 0 0 5px gray;
	
}
#items
{
	text-align:center; 
	width:2000em; 
	position:absolute;
	left:0px;
}
.slider
{ 
	width:452px;
	margin:auto;
	height:304px;
	float:left;   
}
#items .slider > span
{  
	display:inline-block;
	position:relative;
	background-color:white; 
}
.gallery .caption
{
	background-color: #333333;
	bottom:4px;
	color: white; 
	position: absolute; 
	width:442px;
	z-index:1000;
	height: 35px;
	line-height: 35px;
	text-align:left;
	padding-left:10px;
}
 
#thumbs
{
	height:2000em;
	padding:1px;
	width:95px; 
	position:absolute;
	right:0; 
	top:0;
	z-index:2000;
	background-color:#E6E6E6;
	opacity:0;
}

#thumbs .slider
{  
	width:80px;
	height:300px;
	margin-top:15px;
	margin-left:-10px;
}
#thumbs .slider span
{   
	display: inline-block;
    margin-left: -3px;
    margin-top: -2px;
    padding-left: 24px;
}
#thumbs .slider span img
{
	margin-top:5px;
	width:75px;
	height:50px;
	opacity:1;
	z-index:1000;
	vertical-align:middle;
} 
.slider > div
{
	 width:90px;
	 float:left;
}

.slider > span div
{
	margin-bottom:5px;
	text-align:right;
}

.updown
{
	background: url("../images/updown.png") no-repeat scroll 0 0 transparent;
	display: inline-block;
	height: 16px;
	position: absolute;
	right: 40px;
	width: 16px;
	z-index: 5000;
	opacity:0;
}
.up
{
	background-position: 0px 0px;
	
	top:2px;
}
.down
{
	background-position: 0px -16px;
	bottom:2px;
}
 
.thumbactive
{
	background: url("../images/arrowleft.png") no-repeat scroll 0 20px transparent;
} 