
.accordion {
	width: 100%;
	border-bottom: solid 1px #6c6666;
}
.accordion h1 {
	background: #000000 url(images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #6c6666;
	border-bottom: none;
	cursor: pointer;
}
.accordion h1:hover {
	background-color: #6c6666;
	color:#000000;
}
.accordion h1.active {
	background-position: right 5px;
}
.accordion p {
	background: #121010;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #6c6666;
	border-right: solid 1px #6c6666;
}



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

	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:696px;
		background:#fff;		
		margin-bottom:2em;
		}	
	#header{
		height:80px;
		background:#5DC9E1;
		color:#fff;
		}				
	#content{
		position:relative;
		}			

/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:696px;
		height:241px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		}	
	#nextBtn{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url('http://www.vipsotik.ru/EasySliderjQueryPluginDemo_files/btn_prev.gif') no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url('http://www.vipsotik.ru/EasySliderjQueryPluginDemo_files/btn_next.gif') no-repeat 0 0;	
		}	
