@charset "UTF-8";
/* CSS Document */

div.slideshow_2_body {
	height:180px;
	overflow:hidden;
}

div.slideshow_2_caption {
	height:20px;
	overflow:hidden;
	position:relative;
}

div.slideshow_2_mask {
	height:150px;
	overflow:hidden;
	position:relative;
}

div.slideshow_2_container {
	position:absolute;
	left:0px;
	top:0px;
}

div.slideshow_2_item {
	float:left;
}

div.slideshow_2_item_title {
	height:20px;
	width:150px;
}

div.slideshow_2_item_caption {
	height:40px;
	width:150px;
}

div.slideshow_2_item_image {
	text-align:center;
	height:75px;	
	width:150px;
}

div.slideshow_2_browser {
	float:left;
	height:20px;
	padding-top:7px;
}

div.slideshow_2_browsercaption {
	float:right;
	text-align:right;
	overflow:hidden;
}

div.slidearr {
	width:9px;
	height:11px;
	float:right;
	margin: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;
}

