
div.gallery_marker {
	position : absolute;
	cursor : crosshair; 
}

div.gallery_border {
	position : absolute;
	left:0px;
	top:0px;

	border : 1px solid black;

	width:100%;
	height:100%;

}

div.gallery_fill {
	position : absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;

	background-color : white;

	opacity : 0.2;
	-moz-opacity : 0.2;
	-khtml-opacity : 0.2;
	filter:alpha(opacity=20);
}


img.gallery_img {
	padding : 0px;
	border: 0px;
}

div.gallery_imgctr {
	position : absolute;
	margin-left : 10px;
	border : 1px solid black;
}

ul.tabs { 
	list-style-type: none; 
	padding: 0; 
	margin: 0; 
} 

ul.tabs li {
	float: left; 
	padding: 0; 
	margin: 0; 
	padding-top: 0; 
	background: url(tab_right.png) no-repeat right top; 
	margin-right: 1px;
} 
	
ul.tabs li a { 
	display: block; 
	padding: 0px 10px; 
	color: #fff; 
	text-decoration: none; 
	background: url(tab_left.png) no-repeat left top; 
} 
ul.tabs li a:hover { color: #ff0; }




