#close_featured {
margin-right:35px;
}

#gallery {
margin: 0px auto;
padding-top: 45px;
width: 745px;
z-index: 115;
}


#slideshow{
    display:block;
    width: 745px;
    margin: 20px auto;
    height: 300px;
    
}
#controls{
clear:both;
margin:0 auto;
width:635px;
position: relative;
top: 150px;
}

.nav-controls {

}

#thumbs {
width: 745px;
margin: 0 auto;
}

.image-wrapper img{
    display:block;
    margin: 0px auto;
	border: 1px solid #fff;
}

.embox {
	padding: 5px;
	text-align: center;
	margin: 17px 0px 65px 0px;
}

ul.thumbs {
margin: 0;
padding: 0;
}

ul.thumbs li {
float: left;
margin: 0px 8px 17px 8px;
list-style: none;
}

a.prev {
	float: left;
	background: url(../images/linkarrow_b.png) center left no-repeat;
	padding-left: 11px;
	text-transform: uppercase;
}

a.prev:hover {
	color: #fff;
	background: url(../images/linkarrow_b_h.png) center left no-repeat;
}

a.next {
	float: right;
	background: url(../images/linkarrow.png) center right no-repeat;
	padding-right: 11px;
	text-transform: uppercase;
}

a.next:hover {
color: #fff;
background: url(../images/linkarrow_h.png) center right no-repeat;
}