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

ul.gallery {
	display:none;
	height:auto;
	background:url(../images/linha_separacao.png) no-repeat;
	background-position:top;
	width: 100%; /*--Adjust width according to your scenario--*/
	list-style: none;
	margin:0;
	padding-left:0px;
	overflow:hidden;
	position:relative;
}

ul.gallery li {
	float: left;
	margin-bottom:15px;
	margin-right:15px;
	margin-top:15px;
	text-align: center;
	display: inline;
	height:172px;
	width:172px;
	 /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}

ul.gallery li a.thumb {
	width: 119px; /*--Width of image--*/
	height: 87px; /*--Height of image--*/
}

ul.gallery li span { /*--Used to crop image--*/
	width: 119px;
	height: 87px;
	overflow: hidden;
	display: block;
}

ul.gallery li a.thumb:hover {
	background: #000; /*--Hover effect for browser with js turned off--*/
}

ul.gallery li a {text-decoration: none; color: #777; display: block;}

.thumb_selected{
	width:119px;
	height:87px;
	background:url(../images/thumb_selected.png) no-repeat;
	position:absolute;
}