	/* slider */
	
	#slidecontainer {
		    margin:0 auto;
		    width:945px;
		    height:150px;
		    background:transparent url(http://67.199.104.251/App_Themes/Default/images/slideshow/bg.jpg) no-repeat 0 0;
		    position:relative;
	}
	
	#slider ul, #slider li 
	{
	    margin:0;
	    padding:0;
	    list-style:none;
	}	
	
	#slider, #slider li 
	{
	    width:893px;
	    height:150px;
	    overflow:hidden;
	}	
	
	#slider 
	{
	    margin:0 auto;
	    width:893px;
	    height:150px;
	    overflow: auto;
	    position:relative;
	}	
		
	#nextBtn, #prevBtn
	{
	    display:block;
	    position:absolute;
	    cursor: pointer;
	}														
	
	#nextBtn a:focus, #prevBtn a:focus {outline:none;}
	
	#prevBtn
	{
	    top:0;
	    left:0;
	    text-indent:-1500px;
	    background:transparent url(http://67.199.104.251/App_Themes/Default/images/slideshow/control_left.png) no-repeat 0 0;	
	}	
	
	#nextBtn
	{
	    top:0;
	    right:0;
	    text-indent:-1500px;
	    background:transparent url(http://67.199.104.251/App_Themes/Default/images/slideshow/control_right.png) no-repeat 0 0;
	}															
	
	#prevBtn a
	{
	    display:block;
	    width:25px;
	    height:150px;
	    background:transparent url(http://67.199.104.251/App_Themes/Default/images/slideshow/control_left.png) no-repeat 0 0;	
	}	
	
	#nextBtn a 
	{
	    display:block;
	    width:25px;
	    height:150px;
	    background:transparent url(http://67.199.104.251/App_Themes/Default/images/slideshow/control_right.png) no-repeat 0 0;
	}						
	
	#slider img {width:875px;height:150px;}
	#slider img:hover { background:url(http://67.199.104.251/App_Themes/Default/images/slideshow/slides/btn.png) no-repeat right center;}		
	
	/* // 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;
		}		
