/* CSS Document */

br { text-indent: 1em; }

div#chenar_galerie_concurs {
}

	div#chenar_fundal_galerie_concurs {
		position: absolute;
		display: block;
		padding-left: 7px;
		left: 13px;
		top: 12px;
		width: 716px;
		height: 280px;
		background-color: rgb(149, 149, 149);
	}
		
		#chenar_fundal_galerie_concurs h6 {
			text-align: left;
			padding-bottom: 2px;
		}

		div.chenar_lista_foto {
			position: relative;
			display: block;
			float: left;
			width: 716px;
			height: 87px;
			margin: 4px auto auto 4px;
/*			background-color: #ccff88;*/
			overflow: hidden;
		}
		
			.chenar_lista_foto p {
				margin-right: 7px;
				width: 95px;
				vertical-align: text-bottom;
				text-align: left;
				colo: #000000;
				font-size: 80%;
				float: left;
			}
		
			.chenar_lista_foto img {
				float: left;
				width: auto;
				height: 82px;
				margin-right: 7px;
			}

			.chenar_lista_foto img:hover {
				background-color: #ffffff;
				-moz-opacity: 0.7;
				opacity: 0.7;
				filter: alpha(opacity=70);
				-khtml-opacity: 0.7;
			}



		div.chenar_desen {
			position: relative;
			float: left;
			width: 89px;
			height: 61px;
			margin-right: 7px;
			margin-bottom: 3px;
			text-align: center;
			vertical-align: middle;
			overflow: hidden;
		}
		
			.chenar_desen a {
				position: absolute;
				top: 0px;
				left: 0px;
				color: #000000;
				font-weight: bold;
				text-align: center;
				-moz-opacity: 1;
				opacity: 1;
				filter: alpha(opacity=100);
				-khtml-opacity: 1;
				font-size: 75%;
				width: 85px;
				height: 57px;
				text-decoration: none;
				overflow: hidden;
				border: 2px solid #FFFFFF;
			}
			
			.chenar_desen a:hover {
				border-color: #FF9933;
				background-color: #FFFFFF;
				-moz-opacity: 0.6;
				opacity: 0.6;
				-khtml-opacity: 0.6;
				filter: alpha(opacity=60);
			}
		
			.chenar_desen img {
				position: relative;
				width: 89px;
				height: 61px;
			}
