@charset "UTF-8";
/* CSS Document */

div.slideshowbody {
	height:161px;
	overflow:hidden;
	border-bottom:1px dotted #b3b3b3;
}

div.slideshowcaption {
	height:51px;
	overflow:hidden;
	position:relative;
}

div.slideshowmask {
	height:100px;
	overflow:hidden;
	position:relative;
	width:150px;
}

div.slideshowcontainer {
	position:absolute;
	left:0px;
	top:0px;
}

div.slideshowitem {
	float:left;
}
div.slidebrowser {
	height:20px;
	padding-top:7px;
}

div.slidebrowsercaption {
	float:right;
	text-align:right;
	overflow:hidden;
}
div.slidearr {
	width:9px;
	height:11px;
	float:right;
	margin:0px 5px 0px 5px;
}

div.slidearrleft {
	background:url(../assets/ico_fre_sx_off.gif) no-repeat;
}

div.slidearrlefton {
	background:url(../assets/ico_fre_sx_on.gif) no-repeat;
	cursor:pointer;
}

div.slidearrright {
	background:url(../assets/ico_fre_dx_off.gif) no-repeat;
}

div.slidearrrighton {
	background:url(../assets/ico_fre_dx_on.gif) no-repeat;
	cursor:pointer;
}

