
/* ---------------------------------------------------------
rotationbanner
------------------------------------------------------------*/

@charset "utf-8";
#rotationbanner div, #rotationbanner dl, #rotationbanner dt, #rotationbanner dd, #rotationbanner ul, #rotationbanner ol, #rotationbanner li, #rotationbanner h1, #rotationbanner h2, #rotationbanner h3, #rotationbanner h4, #rotationbanner h5, #rotationbanner h6, #rotationbanner pre, #rotationbanner code, #rotationbanner form, #rotationbanner fieldset, #rotationbanner legend, #rotationbanner input, #rotationbanner textarea, #rotationbanner p, #rotationbanner blockquote, #rotationbanner th, #rotationbanner td {
	margin:0;
	padding:0;
}


#rotationbanner li {
	list-style:none;
}
#header {
	height: 653px;
}
#contentsImg{
	width: 960px;
	height: 500px;
}
#rotationbanner {
	width: 960px;
	height: 340px;
	overflow:hidden;
	position:relative;
	text-align:center;
	z-index:2;
	background-color: #000;
}
#rotationbanner a img{
	border:none;
}
#rotationbanner ul li {
	display:none;
}
#rotationbannerbtn {
	background-color:#333333;
	position:absolute;
	bottom:0;
	left:216px;
	height:20px;
	width:312px;
	height:23px;
	text-align:center;
	padding:0;
	margin:0;
	background:transparent url(../images/point_bg.png) no-repeat 0 0;
	
	
}
#rotationbannerbtn span {
	display:inline-block;
	width:9px;
	height:9px;
	margin:5px 5px 0 0;
	xfloat:left;
	
	xtext-indent:9999px;
	xoverflow:hidden;
	line-height:0;
	background:transparent url(../images/point.png) no-repeat 0 0;
	
	cursor:pointer;

	
}
#rotationbannerbtn span.now {
	background:transparent url(../images/point_on.png) no-repeat 0 0;

}
#wrapper {
	position:relative;
	width:100%;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0;
	padding:0;
}
body > #wrapper {
	height:auto;/*for Firefox*/
}
#contents {
	width:960px;
	padding:0;
	margin:0 auto;
}



input #field1{
background-color: #fff;
color: black;
}

#btn-restart{
	position:absolute;
	left:600px;
	bottom:0;
	z-index: 4;
	color: #fff;
	font-size: 12px;
	cursor:pointer;
	display: none;
	background-color: #f00;
	padding: 4px;

}

#rotationbannerControll{
	width:960px;
	height:27px;
	padding-top:3px;
	background-color:#0d0d0d;
	text-align:center;
}

#btn-stop span{
	width:110px;
	height:26px;
	display:block;
	background:transparent url(../images/btn-rotationbanner.png) no-repeat 0 0;
	cursor:pointer;
}

#btn-stop span:hover{
	background:transparent url(../images/btn-rotationbanner.png) no-repeat 0 -26px;
}

#btn-stop, #btn-play{
	width:110px;
	height:26px;
	margin:0 auto;
	
}

#btn-play{
	display:none;
}

#btn-play span{
	width:110px;
	height:26px;
	display:block;
	background:transparent url(../images/btn-rotationbanner.png) no-repeat -120px 0;
	cursor:pointer;
}

#btn-play span:hover{
	background:transparent url(../images/btn-rotationbanner.png) no-repeat -120px -26px;
}

.display-none{
	
	display: none;
}




/* ---------------------------------------------------------
smoothDivScroll
------------------------------------------------------------*/

/* You can alter this CSS in order to give Smooth Div Scroll your own look'n'feel */

/* Invisible left hotspot */
div.scrollingHotSpotLeft
{
	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
	min-width: 34px;
	width: 34px;
	height: 106px;
	/* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
	background-image: url(../images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: 0px;
	top:14px;
	/*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
	/*cursor: url(../images/cursors/cursor_arrow_left.png), url(../images/cursors/cursor_arrow_left.cur),w-resize;*/
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
	/*background-image: url(../images/arrow_left.gif);*/
	background-image: url(../images/hotspot_left_bg.png);
		
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.7; /* Standard CSS3 opacity setting */
	-moz-opacity: 0.7; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
	filter: alpha(opacity = 70); /* Opacity for Internet Explorer. */
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
	min-width: 34px;
	width: 34px;
	height: 106px;

	background-image: url(../images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 0;
	top:14px;
	/*cursor: url(../images/cursors/cursor_arrow_right.png), url(../images/cursors/cursor_arrow_right.cur),e-resize;*/
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	/*background-image: url(../images/arrow_right.gif);*/
	background-image: url(../images/hotspot_right_bg.png);
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.7;
	filter: alpha(opacity = 70);
	-moz-opacity: 0.7;
	zoom: 1;
}

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}

#thumbnailScroll{
	width:100%;
	height:116px;
	background:#2d2e31 url(../images/thumbnailarea_bg.jpg) no-repeat 0 0;
	padding-top:14px;
	position:relative;
	overflow:hidden;
	
}

#thumbnailScroll img{
	position:relative;
   float:left;
   margin:0; padding:0;
   display: block;
   margin-left:6px;
   margin-bottom:20px;
   border:solid 3px #2d2e31;
   cursor:pointer;
	-moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.75);
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.75);
	
	behavior: url(/common/css/PIE.htc);

}

#thumbnailScroll img.now{

   border:solid 3px #fff;
}

#rotationbannerbtn span {
	display:inline-block;
	width:9px;
	height:9px;
	margin:5px 5px 0 0;
	xfloat:left;
	
	xtext-indent:9999px;
	xoverflow:hidden;
	line-height:0;
	background:transparent url(../images/point.png) no-repeat 0 0;
	
	cursor:pointer;

	
}
#rotationbannerbtn span.now {
	background:transparent url(../images/point_on.png) no-repeat 0 0;

}

