/* page setup */

	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:567px;
		background:#ffffff;		
		margin-bottom:0px;
		}	
	.col{
		float:left;
		display:inline;	
		width:299px;	
		margin-left:36px;
		padding:0 0 0 0;
		}
	.full{
		clear:both;	
		padding:0px;
		}	
	



/* content */
				
	.left{
		float:left;
		margin-top:0px;
		margin-right:0px;
		}			
	.left img{
		border:0px solid #ffffff;
		border-top:0px solid #ffffff;
		border-left:0px solid #ffffff;
		background:#f1f1f1;
		padding:0px;
		}				
			
	/* slider */

		#slider ul, #slider li{ 
			margin:0;
			padding:0;
			list-style:none;
			}	
		#slider, #slider li{ 
			height:242px;
			width:561px;
			overflow:hidden;
			}	
		#slider{ 
			margin-left:0px;
			}	
		#prevBtn, #nextBtn{ 
			display:block;
			width:30px;
			height:77px;
			position:absolute;
			left:-20px;
			top:71px;
			}	
		#nextBtn{ 
			left:560px;
			}														
		#prevBtn a, #nextBtn a{  
			display:block;
			width:20px;
			height:51px;
			background:url(../images/btn_prev.gif) no-repeat 0 0;	
			}	
		#nextBtn a{ 
			background:url(../images/btn_next.gif) no-repeat 0 0;	
			}								
	
