

		#content:after, ul:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		#content, ul{
			display:block;
			}
		/*  \*/
		#content, ul{
			min-height:1%;
			}
		* html #content, * html ul{
			height:1%;
			}


	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:210px;

		height:110px;
		}	
	.col{
		float:left;
		display:inline;	
		width:212px;	
		margin-left:36px;
		padding:0 0 1em 0;
		}
	.full{
		clear:both;	
		padding:1em 36px;
		}	
	
/* //page setup */



/* content */

#content1{
width:210px;
		}			
				
	.left{
		float:left;
		margin-top:.5em;
		margin-right:15px;
		}			
	.left img{
		border:1px solid #e1e1e1;
		border-top:1px solid #e8e8e8;
		border-left:1px solid #e8e8e8;
		background:#f1f1f1;
		padding:5px;
		}				
			
	/* slider */

		#slider ul, #slider li{ 
			margin:0;
			padding:0;
			font-size:11px;
			list-style:none;
			}	
		#slider, #slider li{ 
			height:100px;
			width:212px;
			overflow:hidden;
			}	
		#slider{ 
			margin-left:5px;
			}	
			
			
			
		#prevBtn, #nextBtn{ 
			display:block;
			width:203px;
			height:18px;
			position:absolute;
			
			
			}	
		#nextBtn{ 
			left:3px;
			top:-15px;
			margin-bottom:5px;
			}
					
			#prevBtn{ 
			left:3px;
			top:100px;
			}														
		#prevBtn a, #nextBtn a{  
			display:block;
			width:203px;
			height:18px;
			}	
		#prevBtn a{  
			background:url(../images/scroll/btn_prev.gif) no-repeat 0 0;
			}	
		#nextBtn a{ 			
			background:url(../images/scroll/btn_next.gif) no-repeat 0 0;	
			}	
			
		#prevBtn a:hover{  
			background:url(../images/scroll/btn_prev_hvr.gif) no-repeat 0 0;
			}	
		#nextBtn a:hover{ 			
			background:url(../images/scroll/btn_next_hvr.gif) no-repeat 0 0;	
			}								
	
	/* // slider */													

	.col strong, .full strong{
		padding:0 2px;
		background:#f1f1f1;
		}
	.col a, .col a:hover, .full a, .full a:hover{
		font-weight:bold;
		text-decoration:underline;
		}		


	.full ul, .full li{
		margin:0;
		padding:0;
		list-style:none;
		}
	.full li{
		padding:3px 15px;
		background:#f1f1f1;
		margin-bottom:1px;
		}		

/* // content */


