/* Camera */
	
		#camera {
			float: left;
			clear:both;
		}
		
		.camera_out {
			width: 26px;
			height: 20px;
			filter: alpha(opacity=70);
			opacity: .70;
		}
		
		.camera_over {
			width: 26px;
			height: 20px;
			filter: alpha(opacity=90);
			opacity: .90;
			cursor: pointer;
		}	

		
		
		#image_credit_container {
			float: left;
			position: relative;
			margin-top: -246px;
			padding: 0 0 0 7px;
			height: 190px;
			width: 220px;
		}
		
		
		#image_credit {
			float: left;
			position: relative;
			width: 200px;
			margin-left: 6px;
			margin-bottom: -13px;
			filter: alpha(opacity=85);
			opacity: .85;
		}
		
		html>body #image_credit {
			float: left;
			position: relative;
			width: 200px;
			margin-left: 13px;
			margin-bottom: -11px;
			filter: alpha(opacity=85);
			opacity: .85;
		}
		
		#credit_close {
			float: right;
			margin-right: 1px;
			margin-left: 4px;
		}
	

		
		.roundborder {
			height: 1px;
			overflow: hidden;
			background-color: #fff;
			border-right: 1px solid #FFF;
			border-left: 1px solid #FFF;
			
		}
		
		.c1 {
			margin: 0 10px 0 10px;
			border: none;
			background-color: #FFF;
		}
		
		.c2 {
			margin: 0 7px;
			border-width: 0 3px;
		}
		
		.c3 {
			margin: 0 5px;
			border-width: 0 2px;
		}
		
		.c4 {
			margin: 0 4px 0 4px;
		}
		
		.c5 {
			margin: 0 3px 0 3px;
		}
		
		.c6 {
			margin: 0 2px 0 2px;
			height: 2px;
		}
		
		.c7 {
			margin: 0 1px 0 1px;
			height: 3px;
		}		
		
		.content {
			background-color: #fff;
			height: auto;
			padding: 0 10px 0 10px;
			font: 9px Verdana;
		}

