* { margin:0; padding:0; outline:none; }

.hide { display:none; }

body {

	font-family:Arial, Helvetica, sans-serif;
}

#container {
  width: 226px;
   height: 250px;
	background:#7EB925;
	overflow:hidden;

}


#picture_section {
	padding:7px 0 7px 7px;
	width:226px;
	height:220px;
	overflow:hidden;

}

#inside {
		width:226px;
		height:220px;
}

#picture_section img {
		border:0;
		height:67px;
		width:101px;
		float:left;
		background:#C8F6FC;
		margin-bottom:7px;
		margin-right:7px;
		cursor:pointer;
       border:1px solid #AAD1D6;
	}

#controls_vert {
	background:#7EB925;
	width:226px;
	height:23px;
}
#controls_horz {
	visibility: visible;
	position: absolute;
	left: -391px;
	top: 229px;
	z-index: 50;
	width: 367px;

}
	#up {
		height:10px;
		width:10px;
		margin-right:7px;
		background:url(up.jpg) no-repeat;
		text-indent:-9999px;
		float:left;
		margin:7px;
		margin-bottom:6px;
		cursor:pointer;
	}
	
	#down { 
		height:10px;
		width:10px;
		background:url(down.jpg) no-repeat;
		text-indent:-9999px;
		float:left;
		margin:7px;
		margin-left:0;
		margin-bottom:6px;
		cursor:pointer;
	}
	#left {
		height:20px;
		width:20px;
		background:url(left.png) no-repeat;
		text-indent:-9999px;
		float:left;
		cursor:pointer;
        margin:2px;
		margin-bottom:2px;
	}
	#right {
		height:20px;
		width:20px;
		background:url(right.png) no-repeat;
		text-indent:-9999px;
        margin:2px;
        float:left;
		margin-bottom:2px;
		cursor:pointer;
	}
	
	div#up.deactivated { opacity:0.2; filter:alpha(opacity=20); cursor:default; }
	div#down.deactivated { opacity:0.2; filter:alpha(opacity=20); cursor:default; }
	div#right.deactivated { opacity:0.2; filter:alpha(opacity=20); cursor:default; }
	div#left.deactivated { opacity:0.2; filter:alpha(opacity=20); cursor:default; }

#display_picture_container {
   visibility: visible;
   position: absolute;
   left: 0px;
   top: 47px;
   z-index: 5;
   width: 509px;
   height: 322px;

   }

#display_picture {
	position:absolute;
	top:0px;
	left:200px;
	width:509px;
	height:275px;
	background:#000;
	opacity:0.8;
	filter:alpha(opacity=80);
	text-align:center;
	font-size:11px;
	padding-top:16px;
	z-index: 80;
}
	
#display_picture_img {
   visibility: visible;
   position: absolute;
   left: 201px;
   top: 0px;
   z-index: 80;
   width: 507px;
   height: 309px;
}
