/* CSS Document */

/* Easy Slider */
	#Layer2 {
		position:relative;
		width:649px;
		height:696px;
		z-index:1;
 	}
	#Layer1 {
		position:absolute;
		width:295px;
		height:auto;
		z-index:3;
		top:auto;
		left:428px;
		width:200px;
		bottom:12px;
		margin-right:100px;
		text-align:right
	
	 }
	#slider ul  {
		list-style:none;
		width:152px;
		padding:0px;
		margin:0px;
		}
	 #slider li{
		margin :12px 0 0 0 ;
		_margin :12px 0 0 0 ;
		height:152px;
		width:152px;
		list-style:inherit;
		border:none;
		cursor:pointer;
		
		}
	#slider   {
		height:668px;
		overflow:hidden; 
		border:none;
		padding:0px;
		margin:0px;
		zindex:-10000;		
		font-size:12px;
		width:152px;
	 }
/*	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		 
		width:152px;
		height:152px;
		overflow:hidden; 
		}
 	td#prevBtn{}
	td#nextBtn{}		*/			

/* // Easy Slider */
#slidertest{
	position:absolute;
	width:120px;
	height:auto;
	z-index:3;
	top:auto;
	left:518px;
 	bottom:12px;
	margin-right:100px;
	text-align:right;
  	color:#666666;
	font-size: 11px;
}

/*  
#slidertest{
  position: absolute; 
  top: 30em; 
  right: 2em; 
  width: 120px; 
  padding: 4px; 
  background-color: #000; 
  font-size: 11px; 
  text-align:right;
  vertical-align:bottom;
  height:152;
  height:auto;
  color:#666666;
}
*/
  
  #desc{
  	display:none;
  }