/* CSS Document */

#gallery {
	width: 206px;
	margin: 10px 0 25px;
}

#galleryWindow {
	width: 206px;
	height: 150px;
	overflow: auto;
	border: 2px solid #666;
}

#galleryScroller {
}

#galleryScroller img {
	float: left;
}

#galleryNav {
}

#galleryNav a {
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	text-indent: -9999px;
	outline: 0;
	background: #fff url(../images/bg_galleryNav.gif) top center no-repeat;
}

ul#galleryGoToList {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
}

ul#galleryGoToList li {
	float: left;
}

ul#galleryGoToList a {
	float: none;
	background-position: center -40px;
	border:none;
}

ul#galleryGoToList a:hover {
	border:none;
}

ul#galleryGoToList a.selected {
	background-position: center -60px;
}

a.galleryGoTo {
	background: #ccc;
}

a#galleryNext {
	background-position: center -20px;
}

a.galleryGoTo:hover {
	border:none;
}

p#galleryStatus {
	margin: 0;
	text-align: center;
	font-size: 90%;
	background: #666;
	border: 2px solid #666;
	border-bottom: 4px solid #666;
	color: #fff;
	width: 206px;
}

