/* CSS Document */

br { text-indent: 1em; }

div#chenar_galerie {
}

	div#chenar_fundal_lista_poze {
		position: absolute;
		display: block;
		left: 13px;
		top: 12px;
		width: 359px;
		height: 276px;
		background-color: rgb(149, 149, 149);
	}

		div#chenar_lista_poze {
			position: absolute;
			display: block;
			top: 15px;
			left: 32px;
			height: 213px;
			width: 298px;
		}
		
			div.chenar_poza {
				position: relative;
				float: left;
				width: 55px;
				height: 55px;
				margin-right: 20px;
				margin-bottom: 20px;
				border: 2px solid rgb(149, 149, 149);
			}

			div.chenar_poza:hover {
				position: relative;
				float: left;
				width: 55px;
				height: 55px;
				margin-right: 20px;
				margin-bottom: 20px;
				border-color: #000000;
			}

			div.chenar_poza_selectata {
				position: relative;
				float: left;
				width: 55px;
				height: 55px;
				margin-right: 20px;
				margin-bottom: 20px;
				border: 2px solid rgb(248, 148, 29);
			}

		div#chenar_fundal_nr_pagini_galerie {
			position: absolute;
			display: block;
			top: 243px;
			left: 28px;
			height: 22px;
			width: 298px;
		}

			div#chenar_nr_pagini_galerie {
				position: absolute;
				right: 0px;
				top: 0px;
				height: 22px;
			}

	div#chenar_fundal_foto {
		position: absolute;
		left: 380px;
		top: 12px;
		width: 359px;
		height: 276px;
/*		text-align: center;*/
		background-color: rgb(248, 148, 29);
	}

		div#chenar_poza_mare {
			position: absolute;
			left: 14px;
			top: 13px;
			width: 330px;
			height: 219px;
			border: 2px solid rgb(149, 149, 149);
	/*		text-align: center;*/
		}
	
		div#chenar_text.normal {
			position: absolute;
			left: 14px;
			bottom: 13px; /*243px;*/
			width: 329px;
			padding-left: 5px;
			height: 20px;
			overflow: hidden;
			background-color: rgb(252, 212, 165);
		}
		
			div#chenar_text.largit {
				position: absolute;
				left: 14px;
				bottom: 13px; /*243px;*/
				width: 329px;
				padding-left: 5px;
				overflow: visible;
				background-color: rgb(252, 212, 165);
			}
		
			#chenar_text p {
				float: left;
				text-align: left;
				color: #000000;
				font-size: 80%;
				width: 290px;
				margin-top: 1px;
				margin-bottom: 1px;
			}
			
			#chenar_text a,
			#chenar_text a:visited {
				position: absolute;
				font-weight: bold;
				color: #666666;
				text-decoration: none;
				right: 5px;
				bottom: 3px;
			}
			
			#chenar_text a:hover {
				color: #999999;
				right: 5px;
				bottom: 3px;
			}
