*{margin:0;padding:0}

a:link {color: #999999;}

a:visited {color: #999999;}

.galleria{list-style:none;width:100px;height:100px;}
.galleria li{display:block;width:0px;height:0px;overflow:hidden;float:left;margin:0 0px 0px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}

.gallery_demo{width:225px;margin:0 auto;}
.gallery_demo li{width:70px;height:70px;border:1px double #111;margin: 0 0px;background:#000;}
.gallery_demo li div{left:240px}

#main_image{
	background:black;
	overflow:visible;
	font-family: "Trebuchet MS";
	color: #999999;
	font-size: 13px;
	text-align: center;
	letter-spacing: 0pt;
}

#main_image img{margin-bottom:10px;}

#main_image .caption{
	font-family: "Trebuchet MS";
	color: #999999;
	font-size: 13px;
	float: right;	
	text-align: right;
	letter-spacing: 0pt;
}
		  
.stylecaption {
	font-family: "Trebuchet MS";
	color: #999999;
	font-size: 13px;
	text-align: center;
	letter-spacing: 0pt;
}
		  	
.stylecopyright {
	font-family: Tahoma;
	color: #999999;
	font-size: 10px;
	text-align: center;
	line-height: 8pt
}				  

.stylenav {font-family: "Trebuchet MS";
	color: #999999;
	font-size: 13px;
	text-align: center;
	letter-spacing: 0pt;
}

.stylenav a { color: #FFFFFF;}

#click-prev {
	position:absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 50%;
	background-color: transparent;
	z-index:20;
	outline-style:none;
}

#click-next {
	position:absolute;
	top: 0px;
	left: 50%;
	height: 100%;
	width: 50%;
	background-color: transparent;
	z-index:20;
	outline-style:none;
}

a#click-prev:hover {
	background:transparent url(../images/arrow-prev.png) no-repeat scroll left 311px;
} 

a#click-next:hover {
	background:transparent url(../images/arrow-next.png) no-repeat scroll right 311px;
} 
