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

img {
	border:none;
}
    /* image replacement */
.graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
}
    /* // image replacement */
			
#slidecontainer {
	text-align:left;
	width:745px;
	margin-right: auto;
	margin-left: auto;
	height: 500px;
}		

#slidecontent{
	position:relative;
	width: 745px;
	height: 500px;
}			

/* Easy Slider */

#slider{
	text-align: left;
	height: 500px;
	width: 745px;
}	

#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:745px;
	height:500px;
	overflow:hidden;
}
		
#prevBtn {
	display:block;
	width:30px;
	height:35px;
	left:0px;
	top: 0px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/sliderImages/btn_prev.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nextBtn {
	display:block;
	width: 30px;
	height: 35px;
	left: 30px;
	top: 0px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/sliderImages/btn_next.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}	

#prevBtn a {
	display:block;
	width:30px;
	height:35px;
	background-image: url(../images/sliderImages/btn_prev.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
		
#nextBtn a {
	display:block;
	width:30px;
	height:35px;
	background-image: url(../images/sliderImages/btn_next.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}												

/* // Easy Slider */
