/*////////////////////////////////////////////////////////////////////////////*/
/*	GENERAL STYLES 	*/
/*////////////////////////////////////////////////////////////////////////////*/

body {
	padding: 0px;
	margin: 0px;
	font-family:'Verdana', Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 15px;	
	background-color: #666600;
	color: #ffffff;
	}


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

a:hover{
color: 990000;

}

/*////////////////////////////////////////////////////////////////////////////*/
/*	LAYOUT 	*/
/*////////////////////////////////////////////////////////////////////////////*/



#galleryImage{
	position: absolute;
	left:10px;
	top:10px;
	width:780px;
	height:500px;
	overflow:auto;
	text-align:center;
	vertical-align: middle;
}


#galleryNaviPrev a{
	position: absolute;
	left: 300px;
	top: 550px;
	height:80px;
	width:780;
	font-weight:bold;
	text-align:center;
	color: #ffffff;
}
#galleryNaviPrev a:hover{
	color: 990000;
}

#galleryNaviDiv{
	position: absolute;
	left: 360px;
	top: 550px;
	height:80px;
	width:780;
	font-weight:bold;
	text-align:center;

}

#galleryNaviNext a{
	position: absolute;
	left: 370px;
	top: 550px;
	height:80px;
	width:780;
	font-weight:bold;
	text-align:center;
}

#galleryNaviNext a:hover{
	color: 990000;

}
