
	pre{
		display:block;
		font:12px "Courier New", Courier, monospace;
		padding:10px;
		border:1px solid #bae2f0;
		background:#e3f4f9;	
		margin:.5em 0;
		width:674px;
		}	
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
/* Easy Slider */

	#slider ul, #slider 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
		*/ 
		margin-top:10px;
		width:420px;
		height:230px;
		overflow:hidden;
		text-align:center;
		float:left;
		}	
	
.descrSlide 
{
    float:right;
    padding:0px 0px 15px 0px;
    margin-right:5px;
    text-align:left;
    width:250px;
    height:200px;
}													
													

		
	/* numeric controls */	

	ol#controls{
		margin:0px 0px 0px 0px;
		text-align:center;
		}
	ol#controls li{
		margin-top:0px; 
		float:left;
		list-style:none;

		}
	ol#controls li a{
		float:left;
		height:20px;
		/*border:1px solid #ccc;*/
		color:#555;
		padding:0 10px;
		margin-left:35px;
		text-decoration:none;
		}
	ol#controls li.current a{
    border-bottom:2px solid #f37610; 
		}

#slider h1
{
    font-weight:normal;
    font-size: 1.4em;
    line-height:1.2em;
    color:#7C7C6C;
    letter-spacing: normal;
    text-transform:uppercase;
    margin: 0px 10px 5px 0px; 
}
/* // Easy Slider */