
a { text-decoration: none; }

#wrapper {
    margin: 0 auto;
    width: 960px;
}



#content {
    text-align: center;
}

#view { 
	
	height: 384px;
}

#thumbs { 
	position: relative;
	margin: 20px 0;
}

#nav-left-thumbs { left: 70px; }
	
#nav-right-thumbs {	right: 70px; }

#nav-left-thumbs, #nav-right-thumbs {
    position: absolute;
    top: 35px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    transition-duration: .5s;
}

#nav-left-thumbs img{
	width: 35px;
    height: 35px;
}
#nav-right-thumbs img{
	width: 35px;
    height: 35px;
}


#pics-thumbs { 
	position: relative;
	padding: 5px 0;
    margin: 0 122px;
    white-space: nowrap;
    overflow: hidden; 
    transition-duration: .8s;
}

#pics-thumbs img {
    padding: 5px;
	margin: 0 2px;
    box-shadow: 0 0 5px rgba(0,0,0,.6);
    cursor: pointer;
    height: 75px;
    transition-duration: .5s;
}


.show_box{
	width:100%;
		height:100%; 
		overflow:hidden; 
		margin:0;
		background:url(dtzsbj.jpg) no-repeat;
}
