#wrapper {
	text-align: left;
	width:800px;
	margin:0 auto;
}


#gallery {
	clear: both;
}

* { margin: 0; padding: 0 }
a img { border: 0 none }
br.c { clear: both }

a { 
	color: #ffffff;
	text-decoration: none;
}

/* -- thumbnail scrolling -- */


#thumbs .carousel {
	padding-top: 16px;
	border-top: 1px solid #333;
}

#thumbs .scroller {
	float: left;
	margin: 0 6px;
	/*width: 700px;*/
	width: 700px;
}

#thumbs .scroller li {
	height: 75px;
	width: 75px;
	margin-right: 6px;
	overflow: hidden;
}

.scroller li img {
	/* js will fade these in once they're loaded */
	display: none;
}

#thumbs .next, #thumbs .prev {  
	width: 42px;
	height: 77px;
	display: block;
	float: left;
	overflow: hidden;
	text-indent: -1000em;
}
#thumbs .prev { background: url(../images/thumbscrollLx.gif) top left no-repeat; }
#thumbs .next { background: url(../images/thumbscrollRx.gif) top left no-repeat; }


/* -- main image scrolling -- */

#spotlight {
	height: 64px;
	overflow: hidden;
	text-align: center;
}

#spotlight_nav {
	clear: both;
	/*width: 1000px;
	margin-left: -100px;*/
	width: 800px;
	margin: auto;
	top: -30px;
	position: relative;
	font-size: 13px;
}
#spotlight_nav .prev, #spotlight_nav .next {
	display: block;
	width: 13px;
	font-weight: bold;
	color: #7b8184;
}
#spotlight_nav .prev { 
	float: left;
	text-align: right;
}
#spotlight_nav .next { 
	float: right;
	text-align: left;
}


#thumbs img,#spotlight img{
	/* border:1px solid #333; */
}

