html,body
{
	margin:0;
	padding:0;
}
#wrapper
{
	width:960px; 
	margin:40px auto 0; 
	padding:20px 10px;
	position:relative;
}

.gallery
{
	width:452px;
	position:relative; 
	height:322px;
	overflow:hidden;
	margin:auto; 
	border-radius:5px;
	box-shadow: 0 0 5px gray;
	
}

.slider
{ 
	width:452px;
	margin:auto;
	height:304px;
	float:left;   
}
 
.gallery #items
{
	text-align:center; 
	width:2000em; 
	position:absolute;
	left:0px;
} 
.gallery .caption
{
	background-color: #333333;
	bottom:4px;
	color: white; 
	position: absolute; 
	opacity:0;
	width:442px;
	z-index:1000;
	height: 35px;
	line-height: 35px;
	text-align:left;
	padding-left:10px;
}
 
.gallery > span div
{
	margin-bottom:5px;
	text-align:right;
}
 
.gallery .leftright
{
	background:url("../images/leftright.png") no-repeat scroll 0 0 #F6F6F6;
	position:absolute;
	display:inline-block;
	width:30px;
	height:25px;  
	border-radius:5px; 
	top:150px;
	z-index:100;
	opacity:0;
	border:1px solid #E6E6E6;
}
.gallery .pre
{
	background-position: 7px 4px;
	left: 0;
}
.gallery .next
{
	background-position: -59px 3px;
	right: 0;
}
.gallery #nums
{ 
	position: absolute; 
	bottom:0;
	width:100%;
	background-color:#EFEFEF; 
	height:22px;
} 
.gallery .nav
{
	color: #252525;
	display: inline-block;
	font-size: 14px;
	height: 18px;
	margin-right: 2px;
	text-align: center;
	text-decoration: none;
	width: 20px;
}
.gallery .navSelected
{
	background-color:#252525;
	color:white;
}