<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* image replacement */
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
    margin:0;
    padding:0;
    display:block;
    overflow:hidden;
    text-indent:-8000px;
}
/* // image replacement */
			
/* Easy Slider */

#slider ul, #slider li,
#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider2{margin-top:1em;}
#slider li, #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:696px;
	height:241px;
	overflow:hidden; 
}
#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	z-index:1000;
}
#nextBtn, #slider1next{ 
	left:696px;
}													
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  
	display:block;
	position:relative;
	width:30px;
	height:77px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;	
}
#nextBtn a, #slider1next a{ 
	background:url(../images/btn_next.gif) no-repeat 0 0;	
}
	
/* numeric controls */	

/**
 * float ì²˜ë¦¬
 * @link: http://www.nmindplus.com/2006/09/06/clearfix-after/
 */
ol#controls:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

ol#controls { display: inline-block; }

/* Hides from IE-mac \\*/
* html ol#controls { height: 1%; }
ol#controls { display: block; }
/* End hide from IE-mac */

ol#controls{
    display: block;
	list-style: none;
	position:absolute;
	padding: 0;
	height:11px;
	top:440px;
	left:50px;
	z-index:0;
}
*html ol#controls{ margin-top: 0; }
*+html ol#controls{ margin-top: 0; }
@media \0screen { ol#controls{ margin-top: 0; } }
:root ol#controls { margin-top: 0\9; }
ol#controls li{
    display: block;
	margin:0 3px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:13px;
	line-height: 13px;
	text-align: center;
	vertical-align: middle;
}
ol#controls li a{
	display: block;
	width: 13px;
	height:13px;
	background: url( /images/portfolioBig/page.png ) no-repeat center 0px;
	color:white;
	text-decoration:none;
	font-size: 11px;
	line-height:13px;
	vertical-align: middle;
}
ol#controls li a:hover, ol#controls li.current a {
	background: url( /images/portfolioBig/page.png ) no-repeat center -13px;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

/* // Easy Slider */</pre></body></html>