/* global */





/* image replacement */

.graphic, #header h1, #prevBtn, #nextBtn{

margin:0;

padding:0;

display:block;

overflow:hidden;

text-indent:-8000px;

}

/* // image replacement */



/* clearfix */





#content, ul{

display:block;

}

/*  \*/

#content, ul{

min-height:1%;

}

* html #content, * html ul{

height:1%;

}



/* // clearfix */



/* HTML Tags */



li{

display:list-item;

}

cite{

font-size:17px;

font-weight:bold;

}



/* // HTML Tags */	



/* // Global */



/* page setup */



#container{	

margin:0 50px;

position:relative;

text-align:left;

width:860px;

}	





/* //page setup */







/* Easy Slider */



#slider{

width:860px;

height:300px;

overflow:hidden;

}	

#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:860px;

height:300px;

overflow:hidden;

text-align:center;

}	

#prevBtn, #nextBtn{ 

display:block;

width:25px;

height:300px;

position:absolute;

left:-25px;

top:0px;

}	

#nextBtn{ 

left:860px;

}														

#prevBtn a, #nextBtn a{  

display:block;

width:25px;

height:300px;

background:url(../image/top_p_prev.gif) no-repeat 0 0;	

}	

#nextBtn a{ 

background:url(../image/top_p_next.gif) no-repeat 0 0;	

}



#prevBtn a:hover{

background:url(../image/top_p_prev_on.gif) no-repeat 0 0;	

}



#nextBtn a:hover{ 

background:url(../image/top_p_next_on.gif) no-repeat 0 0;	

}												





/* // Easy Slider */								



.col strong, .full strong{

padding:0 2px;

background:#f1f1f1;

}

.col a, .full a{

font-weight:bold;

text-decoration:underline;

}		





.full ul, .full li{

margin:0;

padding:0;

list-style:none;

}

.full li{

padding:3px 15px;

background:#f1f1f1;

margin-bottom:1px;

}		





