.gallery
{
 margin-left: 5px;
 width: /*500px;*/530px;
 height: 138px;
 /*border: 1px solid #253d54;*/
 position: relative;
 overflow: hidden;
	
}
.gallerynew
{
 margin-left: 5px;
 width:530px;
 height: 138px;
 position: relative;
 overflow: hidden;
 margin-top:20px;
 /*margin-left:20px;*/
 margin-bottom:20px;
	
}
.image_container{position: absolute; z-index: 1; display:inline;}
.image_container img
	{
		display: inline;
		position: relative; 
		float: left;
		/*margin-right: 10px;*/
	}			
	
/* Not Necessary for tut*/
a.next{position: absolute; z-index: 2; left: 595px; top: 240px; text-indent: -9999px; overflow: hidden;}

a.prev{position: absolute; z-index: 2; left: -3px; top: 240px; text-indent: -9999px; overflow: hidden;}
a.next:hover{}
a.prev:hover{}
