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

	
#listItem {	width:126px;
		height: 94px;
		overflow:hidden;
		background:#00163a;
		color: #FFFFFF;
		text-align:center;
		line-height:26px;
		display: inline;
		float:left;
		margin-right: 5px;
			}

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


/* Easy Slider */

	#slider{ position:relative; z-index:100;}	
	#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:655px;
		height:94px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:10px;
		height:40px;
		position: relative;
		left:-20px;
		top:-100px;
		}	
		#prevBtn {top:-60px; }
	#nextBtn{ 
		left:660px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:10px;
		height:40px;
		left:0px;
		background:url(/images/slider/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(/images/slider/btn_next.gif) no-repeat 0 0;	
		}												

/* // Easy Slider */