html,body
{
	margin:0;
	padding:0;
}
#wrapper
{
	width:960px; 
	margin:40px auto 0; 
	padding:20px 10px;
	position:relative;
}

#topbar
{ 
	margin-bottom: 5px;
	z-index: 100;
}

.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:370px;
	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;   
}
.slider > span
{  
	display:inline-block;
	position:relative;
	background-color:white; 
}
.caption
{
	background-color: #333333;
	bottom: 70px;
	color: white; 
	position: absolute; 
	opacity:0;
	width:100%;
	z-index:1000;
	height: 35px;
	line-height: 35px;
	padding-left:5px; 
}
 
#thumbs
{
	background: none repeat scroll 0 0 #E6E6E6;
    bottom: 0;
    height: 65px;
    left: 0;
    position: absolute;
    width: 2000em;
}

#thumbs .slider
{  
	width:452px;
	height:55px;
	margin-left:16px;
}

#thumbs .slider span:hover
{
	
	background-color:#DFDDDD;
}
.thumbs .slider > div
{
	float: left;
    margin-top: -11px;
    padding-top: 13px;
    width: 85px;
}
 

.slider > span div
{
	margin-bottom:5px;
	text-align:right;
}

.controls
{
	background: url("../images/controls.png") no-repeat scroll 0 0 transparent; 
    display: inline-block;
    height: 28px;
    opacity: 1;
    position: absolute;
    right: 25px;
    top: 10px;
    width: 28px;
    z-index: 100;
}
 
.pre
{
	background-position: 3px 0;
	right: 52px; 
}
.next
{
	background-position: -55px 0;
    right: 5px;
    width: 18px;
	height:22px;
}

.play
{
	background-position: -24px 2px;
}
.pause
{
	background-position: -24px -28px;
}

.t_leftright
{
	background: url("../images/t_leftright.png") no-repeat scroll 0 0 #E6E6E6;
    bottom: 22px;
    display: inline-block;
    height: 16px;
    opacity: 1;
    position: absolute;
    width: 16px;
    z-index: 100;
}
.t_pre
{
	background-position: 3px 0px;
	left: -5px;
	display:none;
}
.t_next
{
	background-position: -52px 0px;
    right: -5px;
}
.selectedThumb
{ 
	background:url("../images/top.png") no-repeat scroll 0 0 transparent;
}