/*
 *
 *	template Dot
 */
@import url(http://fonts.googleapis.com/css?family=Fresca&subset=latin,latin-ext);
#animation-container3 { 
	zoom: 1; 
	position: relative; 
	max-width:900px;
	margin:0px auto 0px;
	z-index:90;
/*	border:5px dotted #DD4322;
	text-align:left; /* reset align=center */
}
* html #animation-container3{ width:900px }
#animation-container3 .an_images ul{
	position:relative;
	width: 10000%; 
	height:auto;
	left:0;
	list-style:none;
	margin:0;
	padding:0;
	border-spacing:0;
	overflow: visible;
	/*table-layout:fixed;*/
}
#animation-container3 .an_images ul li{
	width:1%;
	line-height:0; /*opera*/
	float:left;
	font-size:0;
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
}

#animation-container3 .an_images{
	position: relative;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
#animation-container3 .an_images a{
	width:100%;
	display:block;
	color:transparent;
}
#animation-container3 img{
	max-width: none !important;
}
#animation-container3 .an_images img{
	width:100%;
	border:none 0;
	max-width: none;
	padding:0;
}
#animation-container3 a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

#animation-container3  .an_bullets { 
	font-size: 0px; 
	float: left;
	position:absolute;
	z-index:70;
}
#animation-container3  .an_bullets div{
	position:relative;
	float:left;
}
#animation-container3  .wsl{
	display:none;
}
#animation-container3 sound, 
#animation-container3 object{
	position:absolute;
}


#animation-container3  .an_bullets { 
	padding: 5px; 
}
#animation-container3 .an_bullets a { 
	width:8px;
	height:8px;
	background: url(./bullet.png) left top;
	float: left; 
	text-indent: -4000px; 
	position:relative;
	margin-left:5px;
	color:transparent;
}
#animation-container3 .an_bullets a:hover, #animation-container3 .an_bullets a.an_selbull{
	background-position: 0 100%;
}
#animation-container3 a.an_next, #animation-container3 a.an_prev {
	position:absolute;
	display:none;
	top:50%;
	margin-top:-16px;
	z-index:60;
	height: 33px;
	width: 33px;
	background-image: url(./arrows.png);
}
#animation-container3 a.an_next{
	background-position: 100% 0;
	right:10px;
}
#animation-container3 a.an_prev {
	background-position: 0 0; 
	left:10px;
}
* html #animation-container3 a.an_next,* html #animation-container3 a.an_prev{display:block}
#animation-container3:hover a.an_next, #animation-container3:hover a.an_prev {display:block}

/*playpause*/
#animation-container3 .an_playpause {
	display:none;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    z-index: 59;
}

#animation-container3:hover .an_playpause {
	display:block;
}

#animation-container3 .an_pause {
    background-image: url(./pause.png);
}

#animation-container3 .an_play {
    background-image: url(./play.png);
}

#animation-container3 .an_pause:hover, #animation-container1 .an_play:hover {
    background-position: 100% 100% !important;
}/* bottom center */
#animation-container3  .an_bullets {
    bottom: 0px;
	left:50%;
}
#animation-container3  .an_bullets div{
	left:-50%;
}
#animation-container3 .ws-title{
	position:absolute;
	display:block;
	bottom: 20px;
	left: 10px;
	margin-right: 10px; 
	padding:8px 10px;
	background:#DD4322;
	color:#FFFFFF;
	z-index: 50;
	font-family:'Fresca',Arial,Helvetica,sans-serif;
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
}
#animation-container3 .ws-title div{
	padding-top:5px;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
}
#animation-container3 .an_images ul{
	animation: wsBasic 40s infinite;
	-moz-animation: wsBasic 40s infinite;
	-webkit-animation: wsBasic 40s infinite;
}
@keyframes wsBasic{0%{left:-0%} 5%{left:-0%} 10%{left:-100%} 15%{left:-100%} 20%{left:-200%} 25%{left:-200%} 30%{left:-300%} 35%{left:-300%} 40%{left:-400%} 45%{left:-400%} 50%{left:-500%} 55%{left:-500%} 60%{left:-600%} 65%{left:-600%} 70%{left:-700%} 75%{left:-700%} 80%{left:-800%} 85%{left:-800%} 90%{left:-900%} 95%{left:-900%} }
@-moz-keyframes wsBasic{0%{left:-0%} 5%{left:-0%} 10%{left:-100%} 15%{left:-100%} 20%{left:-200%} 25%{left:-200%} 30%{left:-300%} 35%{left:-300%} 40%{left:-400%} 45%{left:-400%} 50%{left:-500%} 55%{left:-500%} 60%{left:-600%} 65%{left:-600%} 70%{left:-700%} 75%{left:-700%} 80%{left:-800%} 85%{left:-800%} 90%{left:-900%} 95%{left:-900%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 5%{left:-0%} 10%{left:-100%} 15%{left:-100%} 20%{left:-200%} 25%{left:-200%} 30%{left:-300%} 35%{left:-300%} 40%{left:-400%} 45%{left:-400%} 50%{left:-500%} 55%{left:-500%} 60%{left:-600%} 65%{left:-600%} 70%{left:-700%} 75%{left:-700%} 80%{left:-800%} 85%{left:-800%} 90%{left:-900%} 95%{left:-900%} }

#animation-container3 .an_bullets  a img{
	text-indent:0;
	display:block;
	bottom:20px;
	left:-64px;
	visibility:hidden;
	position:absolute;
    border: 4px solid #FFF;
	border-radius:0px;
	max-width:none;
}
#animation-container3 .an_bullets a:hover img{
	visibility:visible;
}

#animation-container3 .an_bulframe div div{
	height:48px;
	overflow:visible;
	position:relative;
}
#animation-container3 .an_bulframe div {
	left:0;
	overflow:hidden;
	position:relative;
	width:128px;
	background-color:#FFF;
}
#animation-container3  .an_bullets .an_bulframe{
	display:none;
	bottom:18px;
	overflow:visible;
	position:absolute;
	cursor:pointer;
    border: 4px solid #FFF;
	border-radius:0px;
}
#animation-container3 .an_bulframe span{
	display:block;
	position:absolute;
	bottom:-10px;
	margin-left:-7px;
	left:64px;
	background:url(./triangle.png);
	width:15px;
	height:6px;
}