	/* 
	
	NEW LICK FUNCTION 'MILK GALLERY' CSS STYLING
	
	*/
	#milk_stage{font-size:11px; font-family:Arial, Helvetica, sans-serif; color:#999;}
	
	#milk_stage_overlay{background:url(images/milk-bg.png); position:fixed; width:100%; height:100%; z-index:8999; top:0; left:0;}
	
	#milk_stage{padding:10px; background:#fff;}/*White border contains current viewed image*/
	
	#milk_description{padding:10px 0; background:#fff; font:11px Arial, Helvetica, sans-serif; color:#333/*Off Grey*/; line-height:14px; text-align:left;}
	
	/*NOTES ON DESCRIPTION : you can write an entire essay in milk descriptions it won't matter*/
	#milk_description p{float:left; width:80%; /*Depending on your design for thumbnail button you may need to change this use on %*/}
	#milk_description .clear{clear:both;/*Clear flaots on description*/}
	
	#milk_description .milk_tools{margin:0 0 0 10px; float:right; text-align:right;} /* right function inside #milk description div */
	
	#milk_count{font-weight:bold;}
	
	#milk_thumbnail_button{cursor:pointer;background:url(images/thumbnails.png) no-repeat; width:55px; height:40px;}/*empty divs for custom naming and design*/
	
	
	/*NOTES ON NAVIGATION .milk_nav is NEXT PREV buttons*/
	.milk_nav{cursor:pointer; height:50px; width:50px;position:fixed;top:40%; z-index:9000}/*General left right nav styling*/
	#milk_left{left:60px;background:url(images/prev.png) no-repeat center center;}/*empty divs for custom naming and design*/
	#milk_right{right:60px;background:url(images/next.png) no-repeat center center;}/*empty divs for custom naming and design*/

	/*NOTES ON NAVIGATION .fast_milk_nav is REWIND FASTFOWARD buttons [optional] */
	.fast_milk_nav{cursor:pointer; height:50px; width:50px;position:fixed;top:40%; z-index:9000}/*General left right nav styling*/
	#milk_rewind{left:10px;background:url(images/rwd.png) no-repeat center center;}/*empty divs for custom naming and design*/
	#milk_fastfoward{right:10px;background:url(images/ffwd.png) no-repeat center center;}/*empty divs for custom naming and design*/
	
	
	.p_milk{display:table-cell; width:100%;float:left; text-align:center; height:400px; vertical-align:middle; background: url(images/pre-load.gif) center center no-repeat;}

	#milk_thumbnails{padding:10px 0;background:#fff; text-align:center;}
	#milk_thumbnails img{margin:5px;}

	.milk_stage_close{display:block; width:60px; padding:2px 3px; background:#000; color:#fff; font-weight:bold; text-align:center; cursor:pointer; margin:5px 0 0 0;}

	/*STYLE LOADING*/
	.milk_loading{background:url(images/milk-load.gif) no-repeat center center;}



