

    /* image replacement */
        .graphic, #header h1, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */

    /* clearfix */

		#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%;
			}

    /* // clearfix */
	


/* page setup */

	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:980px;
		height: 420px;
		background:#fff;		
		margin-bottom:2em;
		background-image:url(../images/slideshow_bg.jpg);
		}	

	.full{
		clear:both;	
		padding:1em 36px;
		}	
	

/* //page setup */



/* content */
				
	.left{
		float:left;
		margin-top:.5em;
		margin-right:15px;
		}			
	.left img{
		border:1px solid #e1e1e1;
		border-top:1px solid #e8e8e8e8;
		border-left:1px solid #e8e8e8e8;
		background:#f1f1f1;
		padding:5px;
		}		
		
	.portfoliocopy {
	color: #898989;
	font-size:12px;
	line-height: 24px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
}	
	.portfolioheader {
	color: #ff9f32;
	font-size:18px;
	font-weight:bold;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 24px;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-weight:normal;
}	
	.portfolioheaderwhite {
	color: #ffffff;
	font-size:18px;
	font-weight:bold;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 24px;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-weight:normal;
}	
			
	/* slider */

		#slider ul, #slider li{ 
			margin:0;
			padding:0;
			list-style:none;
			
			}	
		#slider, #slider li{ 
			height:420px;
			width:980px;
			overflow:hidden;
			}	
		#slider{ 
			margin-left:5px;
			}	
			




		#prevBtn{ 
			display:block;
			width:212px;
			height:48px;
			position:absolute;
			left:688px;
			top:340px;
			}	
				#nextBtn{ 
			display:block;
			width:56px;
			height:48px;
			position:absolute;
			
			top:340px;
			}
					
		#nextBtn{ 
			left:900px;
			}														
		#prevBtn a, #nextBtn a{  
			display:block;
			
			height:48px;
			background:url(../images/btn_prev.gif) no-repeat 0 0;	
			}	
		#nextBtn a{ 
			background:url(../images/btn_next.gif) no-repeat 0 0;	
			}		
					#prevBtn a:hover, #nextBtn a:hover{  
			display:block;
			
			height:48px;
			background:url(../images/btn_prev_over.gif) no-repeat 0 0;	
			}	
		#nextBtn a:hover{ 
			background:url(../images/btn_next_over.gif) no-repeat 0 0;	
			}							
	
	/* // slider */													

	.col strong, .full strong{
		padding:0 2px;
		background:#f1f1f1;
		}
	.col a, .full a{
		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 */


