@charset "iso-8859-2";
/* CSS Document */
img{border:none;}
	
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			

	.containerslider{
	margin-left:30px;
	position:relative;
	text-align:left;
	width:530px;
	height:320px;
	background:#fff;
	margin-bottom:2em;
	background:url(../images/easyslider/sliderbg.gif);
	background-image: url(../images/easyslider/sliderbg.gif);
		}	
	.contentslider{
		position:relative;
		width:510px;
		height:300px;
		top:10px;
		left:10px;
		}			

/* 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:510px;
		height:300px;
		overflow:hidden;
		}	
		
	.prevBtn, .nextBtn{ 
		display:block;
		width:30px;
		height:65px;
		position:absolute;
		left:-30px;
		top:100px;
		}	
	.nextBtn{ 
		left:510px;
		}														
	.prevBtn a, .nextBtn a{  
		display:block;
		width:30px;
		height:65px;
		background:url(../images/easyslider/btn_prev.gif) no-repeat 0 0;	
		}	
	.nextBtn a{ 
		background:url(../images/easyslider/btn_next.gif) no-repeat 0 0;	
		}	
