@charset "utf-8";
/* CSS Document */

#smallGallery{
}

#smallGallery #galItems{
	min-height:200px; 
}

#smallGallery #galItems a {
        margin-bottom: 5px;
	display:block;
	position:absolute;
}

#smallGallery #galItems a img{
	border:none;
}

#smallGallery .smallGallery_nav{
	width:190px;
	margin:10px 0px 5px 0px;
}

#smallGallery .smallGallery_nav .nav_window{
	list-style-type:none;
	width: 165px; height:12px; overflow:hidden;
	display:block; float:left;
	margin:0px; padding:0px;
}
#smallGallery p.caption{
	font-size:10px; color:#666;
	border:1px solid #e1dcdc;
	padding:3px;
	margin:0px 0px 10px 0px;
}

.nav_window div{
	height:13px;
	width:-999em;
}

#smallGallery .smallGallery_nav a{
	width:11px; height:11px;
	font-size:10px;
	display:block; text-align:center;
	color:#666;
}

#smallGallery .smallGallery_nav .nav_window a{
	margin:0px 6px;
	float:left;
}

#smallGallery .smallGallery_nav .nav_window a.active{
	font-weight:bold;
	color:#CC0000;
}

#smallGallery .smallGallery_nav a.prev{
	float:left;
	margin-top:1px;
	background:url(../images/pagination_prev.gif);
}

#smallGallery .smallGallery_nav a.next{
	float:right;
	margin-top:1px;
	background:url(../images/pagination_next.gif);
}

