/* image replacement */
.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:590px;
	background:#fff;		
	margin-bottom:2em;
}					

#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:590px;
	height:204px;
	overflow:hidden; 
}	
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
}	
#nextBtn{ 
	left:590px;
}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	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 */

label { display:block; font-weight:bold; height:19px;}
.thumbwrap{padding:0;margin:0; width:630px;margin-left:5px;\ }
.thumbwrap li{display:-moz-inline-box;display:inline-block;/**/vertical-align:top;/**/margin:0 2px 15px 7px;border:1px solid #ccc;padding:0;text-align:center;}/**/
.thumbwrap li>div{/**/display:table;/**/width:105px}
.thumbwrap a{display:block;cursor:pointer}/**/
.thumbwrap>li .wrimg{display:table-cell;vertical-align:middle;width:105px;height:105px}/**/
.thumbwrap li .wrimg img{ border:0}
.thumbwrap img{vertical-align:middle; }
.thumbwrap a:hover{}/**//**/
.thumbwrap .caption{display:block;padding:.3em 5px;font-size:.9em;line-height:1.1;border-top:1px solid #ccc;width:105px;color:#000;/**/}/**/
.thumbwrap .caption img{ border:0}
.thumbwrap .caption a{ color:#003399; text-decoration:none;}
.thumbwrap .caption a:hover{ color:#D56A00;}
@media all and (min-width:0px){
html:first-child .thumbwrap a{display:inline-block;vertical-align:top;}
html:first-child .thumbwrap{border-collapse:collapse;display:inline-block;
/**/}
}
