﻿@charset "utf-8";

#imageSlide {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
#imageSlide .ttl {
	float: left;
}
#imageSlide ul{
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	}
#imageSlide ul li{
	position: absolute;
	top: 0;
	list-style: none;
	}
#imageSlideMenu {
	position: absolute;
	top: 20px;
	right: 15px;
	z-index: 50;
	}
#imageSlideMenu span {
	margin: 0 5px;
	padding: 0;
	float: left;
	width: 15px;
	height: 13px;
	text-indent: -999em;
	background: url(/~/media/Images/customer/common/imageslide_menu.png) no-repeat bottom;
	}
#imageSlideMenu span.current{
	background-position:0 1px;
	}
#imageSlide li.imageSlideControl {
	display: none;
	margin-top: -30px;
	width: 25px;
	height: 60px;
	position: absolute;
	z-index: 999;
	background: rgba(255, 255, 255, .5);
	background: #fff\9;
	cursor: pointer;
	}
#imageSlide li.left{
	background-image:url(/~/media/Images/customer/common/imageslide_cntarw_l.png);
	background-repeat: no-repeat;
	background-position:50% 50%;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-ms-border-bottom-right-radius: 10px;
	-ms-border-top-right-radius: 10px;
	-o-border-bottom-right-radius: 10px;
	-o-border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}
#imageSlide li.right{
	right: 0;
	background-image:url(/~/media/Images/customer/common/imageslide_cntarw_r.png);
	background-repeat: no-repeat;
	background-position:50% 50%;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-ms-border-bottom-left-radius: 10px;
	-ms-border-top-left-radius: 10px;
	-o-border-bottom-left-radius: 10px;
	-o-border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}
	
	
	
	
	