@charset "utf-8";
/* CSS Document */

#sliderContainer, #slideContent, #slider li, #slider2 li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	width:500px;
}


#MAINCOL #sliderContainer ul li{
	list-style:none;
	margin-left: 0px;
	padding-left: 0px;
	background-image: none;
	background-repeat: no-repeat;
	display:block;
	line-height:18px;
	zoom:1;
}
#no-js {
	position: relative;
	z-index: 3;
	padding: 20px;
	background: #F9F9F9;
	margin-bottom:10px;
}
#no-js p{
	color:#9A0E19;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}
		
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	#sliderContainer{	
		margin:0 auto;
		position:relative;
		text-align:left;
		/*width:500px;*/
		background:#fff;		
		margin-bottom:3em;
		}	
/*	#header{
		height:80px;
		line-height:80px;
		background:#5DC9E1;
		color:#fff;
		}	
*/		
	#slideContent{
	position:relative;
	border: 1px solid #CCC;
	overflow:hidden;
	/*width:500px;*/
	/*padding-top: 10px;*/
		}			

/* Easy Slider */



/*	css that would be needed to "show all"	*/
/*
#slider ul{
	width:auto!important;
}
#slider li{
	margin-bottom:10px!important;
}
*/

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		/*width:500px;*/
		height:auto;
		overflow:hidden; 
		}	

/*	Navigation controls	*/
		
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:60px;
		height:40px;
		position:absolute;
		/*left:-30px;
		top:71px;*/
		left:0px;
		top:0px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		/*left:500px;*/
		left:440px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:60px;
		height:40px;
		}
	#prevBtn a, #slider1prev a{  
		background:url(../images/slider/slider_nav.gif) no-repeat 0px -80px;	
		}		
	#nextBtn a, #slider1next a{ 
		background:url(../images/slider/slider_nav.gif) no-repeat -440px -80px;	
		}	
	#prevBtn a:hover, #slider1prev a:hover{  
		background:url(../images/slider/slider_nav.gif) no-repeat 0px 0px;	
		}		
	#nextBtn a:hover, #slider1next a:hover{ 
		background:url(../images/slider/slider_nav.gif) no-repeat -440px 0px;	
		}
		
	/* numeric controls */	

	ol#controls{
		margin:0 0 0 80px;
		padding:0;
		height:30px;	
		}
	ol#controls li{
		margin:5px 5px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:30px;
		width:30px;
		line-height:28px;
		background: url(../images/slider/slider_nav.gif) no-repeat -198px -85px;
		}
	ol#controls li a{
	float:left;
	height:30px;
	width:30px;
	line-height:30px;
	text-align:center;
/*	padding:0 10px;*/
	text-decoration:none;
		}
	ol#controls li.current a{
	color:#fff;
	background: url(../images/slider/slider_nav.gif) no-repeat -198px -45px;
		}
	ol#controls li a, ol#controls li a span, ol#controls li.current a, ol#controls li.current a span {
		color:#ffffff!important;
	}
	ol#controls li a:hover{
	background: url(../images/slider/slider_nav.gif) no-repeat -198px -5px;
	text-decoration:none;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

/*	All Navigation	*/

.sliderNav{
	background-image: url(../images/slider/slider_nav.png);
	background-repeat: no-repeat;
	background-position: center -120px;
	height:40px;
	position:relative;
	margin-top:12px;
}


#slider li img {
	margin-bottom:15px;
	border: 1px solid #cbcbcb;
}
#slider li a {
	display:block;
	margin-top:10px;
}
#slider li em {
	color: #9a0e19;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	display:block;
}
#slider li p{
	width:480px;
	margin-bottom:10px!important;
}
