a img {
border:none;
}

a:link
{
border:none;
}
a:visited
{
border:none;
}
a:active
{
border:none;
}

#galeria
	{
	width:550px;
	height:504px;
	border-left:1px solid #af9fc4;
	background-color:#6b5d79;
	}

#scrollerdiv_thumbs
	{
	width:548px;
	margin:auto;
	height:99px;
	overflow:visible;
	}

#tl
	{
	height:90px;
	overflow:visible;
	}

div#wn	
	{ 
	position:relative;
	margin:auto;
	float:left; 
	width:548px;
	height:99px;
	overflow:hidden;
	background-color:#fcf9ef;	
	}

#cropper
	{
	float:left;
	border:1px solid #CCCCCC;
	width:548px;
	height:400px;
	overflow:hidden;
	clear:none;
	margin:auto;
	padding:0;
	}


.showcase
	{
	padding:5px;
	width:540px;
	height:330px;
	}

.caption
	{
	float:left;
	width:548px;
	height:65px;
	font-weight:bold;
	font-family:Arial;
	color:#006633;
	}

.off 
	{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	border:ridge #cba96b;
	float:left;
	margin:0 5px 5px 0;
	width:110px;
	height:80px;
	}

.on 
	{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	border:ridge #fab22d;
	float:left;
	margin:0 5px 5px 0;
	width:110px;
	height:80px;
	}

