/* CSS Document */

	div.enlrgd{
		position:relative;
		width:600px;
		height:400px;
		float:left;
	}
	div#odd{
		position:absolute;
		float:left;
		
		width:600px;
		height:400px;
		
		padding:0px;
		margin:0px;
		
		background-repeat:no-repeat;
	}
	div#loading{
		position:absolute;
		float:left;
		/*
		width:600px;
		height:400px;*/
		width:40px;
		height:40px;
		margin-top:200px;
		margin-left:300px;
		left:-20px;
		top:-20px;
		
		padding:0px;
		/*margin:0px;*/
		/**/
		background-repeat:no-repeat;
		background-position:center;
		z-index:206;/*
		background-color:#fff;*/
	}
	
	
	div#ldng_crcl_bg{
		position:absolute;
		float:left;
		
		
		width:40px;
		height:40px;
		
		padding:0px;
		margin:0px;
		
		background-repeat:no-repeat;/*
		background-image:url(../images/circle-30.png);*/
		background-position:center;
		z-index:204;/*
		background-color:#fff;*/
	}
	div#ldng_anm{
		position:absolute;
		float:left;
		
		
		width:30px;
		height:30px;
		
		padding:0px;
		margin:0px;
		
		background-repeat:no-repeat;/*
		background-image:url(../images/loading.gif);*/
		background-position:center;
		z-index:204;/*
		background-color:#fff;*/
		left:5px;
		top:5px;
	}
	div#even{
		position:absolute;
		float:left;
		
		width:600px;
		height:400px;
		
		padding:0px;
		margin:0px;
		
		background-repeat:no-repeat;
	}
	div.pht_dscr{
		position:absolute;
		float:left;
		width:600px;
		height:60px;
		/*top:340px;*/
		bottom:0px;
		
		z-index:202;
		
		
	}
	div.pht_dscr div{
		
		position:absolute;
		float:left;
		width:600px;
		height:60px;
		bottom:0px;
		
		background-color:#111;
		opacity:.5;
		z-index:203;
	}
	div.pht_dscr p {
		position:absolute;
		padding:10px;
		margin:0px;
		line-height:16px;
		text-align:left;
		
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		color:#fff;
		z-index:204;
	}
	div.pht_thmb{
		position:relative;
		float:left;
		width:600px;
		height:61 px;
		
		background-color:#666;
		margin:10px 0px;
	}
	
	
	div.nvg_lft{
		position:absolute;
		position:relative;
		width:27px;
		height:48px;
		
		
		float: left;
		
		background-color:#fff;
		cursor:pointer;
		background-image:url(../images/arr_01_lft.png);
		background-repeat:no-repeat;
		background-position:center;
	}
	div.nvg_rgt{
		position:absolute;
		width:27px;
		height:48px;
		
		background-color:#fff;
		right:0px;
		cursor:pointer;
		background-image:url(../images/arr_01_rgt.png);
		background-repeat:no-repeat;
		background-position:center;
	}
	div.nvg_pan{
		position:absolute;
		width:546px;
		height:48px;
		
		background-color:#fff;
		left:27px;
		overflow:hidden;
	}
	
	div.pointer{
		position:absolute;
		float:left;
		
		width:54px;
		height:36px;
		width:51px;
		height:33px;
		
		border:4px solid #FC0;	
		z-index:101;
		left:3px;
		top:3px;
		cursor:pointer;
	}
	
	
	
	ul.thmb{
		position:relative;
		float:left;
		padding:0px;
		margin:0px;
		margin:3px;
		list-style:none;
		width:840px;
			
	}
	ul.thmb li {
		float:left;
		margin:3px;
	}
	ul.thmb li img{
		padding:0px;
		margin:0px;
		
		width:54px;
		height:36px;
		background-color: brown;
		cursor:pointer;
	}

