#sldr { 
	zoom: 1; 
	position: relative; 
	margin:0 auto;
	z-index:100;
	border:none;
	text-align:left; /* reset align=center */
}
* html #sldr{ width:960px; }
#sldr ul{
	position:relative;
	width: 10000%; 
	left:0;
	list-style:none;
	margin:0;
	padding:0;
}
#sldr ul li{
	width:1%;
	line-height:0; /*opera*/
	float:left;
	font-size:0;
}

#sldr .ws_images{
	position: relative;
	left:0;
	top:0;
	width:100%; /* min-width:990px;min-height:550px; */
	
	overflow:hidden;
}
#sldr .ws_images a{
	width:100%;
	display:block;
	color:transparent;
}

#sldr .ws_images img{
	width:100%; 
	border:none 0; 
	/*max-width: none;*/
}
#sldr a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

#sldr  .ws_bullets { 
	font-size: 0px; 
	float: left;
	position:absolute;
	z-index:70;
}
#sldr  .ws_bullets div{
	position:relative;
	float:left;
}
#sldr  a.wsl{
	display:block;
}
#sldr  .ws_bullets { 
	padding: 10px; 
}
#sldr .ws_bullets a { 
	margin-left:4px;
	width:8px;
	height:8px;
	background: url(../css/wow/bullet.png) left top;
	float: left; 
	text-indent: -4000px; 
	position:relative;
	color:transparent;
}
#sldr .ws_bullets a.ws_selbull, #sldr .ws_bullets a:hover{
	background-position: right top;
}
#sldr a.ws_next, #sldr a.ws_prev {
	position:absolute;
	display:block;
	top:50%;
	margin-top:-33px;
	z-index:60;
	height: 50px;
	width: 50px;
	background-image: url(../css/wow/Buttonprev.png);
	margin-left:20px;
}
#sldr a.ws_next{
	right:0px;
	margin-right:20px;
	background: url(../css/wow/ButtonNex.png) no-repeat;
}
#sldr a.ws_prev {
	left:0px;
}
#sldr a.ws_next:hover{
}
#sldr a.ws_prev:hover {
}
* html #sldr a.ws_next,* html #sldr a.ws_prev{display:block}
#sldr:hover a.ws_next, #sldr:hover a.ws_prev {display:block}
#sldr .ws-title{
	position: absolute;
	top:30%; 
	right:400px;
	width:270px; 
	z-index: 50; line-height:35px;
	padding:30px;
	font-family : 'NeoSansPro-Regular';
	text-transform:uppercase;
	background:#686868; 
	font-size: 18px;opacity:0.8;
	line-height: 18px;
	/*-moz-border-radius:0 10px 10px ; 
	background:url(../images/alt.png)210 0 no-repeat;;
	border-radius:0 10px 10px 0;*/ color:#ffffff;
}
#sldr .ws-title div{
	padding-top:5px;
	font-size: 13px;
	text-transform:none;
}
/* bottom center */
#sldr  .ws_bullets {
    top: 0px;
    right: 0px;
}

#sldr ul{
	animation: wsBasic 30s infinite;
	-moz-animation: wsBasic 30s infinite;
	-webkit-animation: wsBasic 30s infinite;
}
@keyframes wsBasic{0%{left:-0%} 6.67%{left:-0%} 10%{left:-100%} 16.67%{left:-100%} 20%{left:-200%} 26.67%{left:-200%} 30%{left:-300%} 36.67%{left:-300%} 40%{left:-400%} 46.67%{left:-400%} 50%{left:-500%} 56.67%{left:-500%} 60%{left:-600%} 66.67%{left:-600%} 70%{left:-700%} 76.67%{left:-700%} 80%{left:-800%} 86.67%{left:-800%} 90%{left:-900%} 96.67%{left:-900%} }
@-moz-keyframes wsBasic{0%{left:-0%} 6.67%{left:-0%} 10%{left:-100%} 16.67%{left:-100%} 20%{left:-200%} 26.67%{left:-200%} 30%{left:-300%} 36.67%{left:-300%} 40%{left:-400%} 46.67%{left:-400%} 50%{left:-500%} 56.67%{left:-500%} 60%{left:-600%} 66.67%{left:-600%} 70%{left:-700%} 76.67%{left:-700%} 80%{left:-800%} 86.67%{left:-800%} 90%{left:-900%} 96.67%{left:-900%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 6.67%{left:-0%} 10%{left:-100%} 16.67%{left:-100%} 20%{left:-200%} 26.67%{left:-200%} 30%{left:-300%} 36.67%{left:-300%} 40%{left:-400%} 46.67%{left:-400%} 50%{left:-500%} 56.67%{left:-500%} 60%{left:-600%} 66.67%{left:-600%} 70%{left:-700%} 76.67%{left:-700%} 80%{left:-800%} 86.67%{left:-800%} 90%{left:-900%} 96.67%{left:-900%} }

#sldr {
	margin:15px auto 60px;
}

#sldr  .ws_shadow{
	position:absolute;
	z-index: -1;
	left:-1.56%;
	top:-4.17%;
	width:103.12%;
	height:120.83%;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='engine1/bg.png', sizingMethod='scale');
}
*|html #sldr .ws_shadow{
	background-image: url(../images/wow/bg.png);
	background-repeat: no-repeat;
	background-size:100%;
	filter:"";
}#sldr .ws_bullets  a img{
	text-indent:0;
	display:block;
	top:15px;
	left:-120px;
	visibility:hidden;
	position:absolute;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border: 5px solid #FFFFFF;
	max-width:none;
}
#sldr .ws_bullets a:hover img{
	visibility:visible;
}

#sldr .ws_bulframe div div{
	height:90px;
	overflow:visible;
	position:relative;
}
#sldr .ws_bulframe div {
	left:0;
	overflow:hidden;
	position:relative;
	width:240px;
	background-color:#FFFFFF;
}
#sldr  .ws_bullets .ws_bulframe{
	display:block;
	top:15px;
	overflow:visible;
	position:absolute;
	cursor:pointer;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border: 5px solid #FFFFFF;
}
#sldr .ws_bulframe span{
	display:block;
	position:absolute;
	top:-11px;
	margin-left:-9px;
	left:120px;
	background:url(../images/wow/triangle.png);
	width:15px;
	height:6px;
}

/*
Gallery 
*/

#gallery {
	float:left;
	display:inline;
	background:url(../images/background/gallery-bg.jpg) no-repeat;
	width:581px;
	height:382px;
	margin:0 0 20px 100px;
	padding:0;
}

#glr { 
	zoom: 1; 
	position: relative; 
	margin:0 auto;
	max-width:558px;
	z-index:100;
	border:none;
	text-align:left; /* reset align=center */
}

* html #glr{ width:558px }

#glr ul{
	position:relative;
	width: 10000%; 
	left:0;
	list-style:none;
	margin:0;
	padding:0;
}
#glr ul li{
	width:1%;
	line-height:0; /*opera*/
	float:left;
	font-size:0;
}

#glr .ws_images{
	position: relative;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
#glr .ws_images a{
	width:100%;
	display:block;
	color:transparent;
	padding:0;
	margin:0;
}

#glr .ws_images img{
	width:100%;
	border:none 0;
	max-width: none;
	padding:0;
	margin:0;
}
#glr a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

#glr  .ws_bullets { 
	font-size: 0px; 
	float: left;
	position:absolute;
	z-index:70;
}
#glr  .ws_bullets div{
	position:relative;
	float:left;
}
#glr  a.wsl{
	display:none;
}
#glr  .ws_bullets { 
	padding: 10px; 
}
#glr .ws_bullets a { 
	margin-left:4px;
	width:8px;
	height:8px;
	background: url(../images/wow/bullet.png) left top;
	float: left; 
	text-indent: -4000px; 
	position:relative;
	color:transparent;
}
#glr .ws_bullets a.ws_selbull, #glr .ws_bullets a:hover{
	background-position: right top;
}
#glr a.ws_next, #glr a.ws_prev {
	position:absolute;
	display:none;
	top:50%;
	margin-top:-33px;
	z-index:60;
	height: 48px;
	width: 41px;
	background-image: url(../images/wow/arrow-left.png);
	margin-left:20px;
}
#glr a.ws_next{
	right:0px;
	margin-right:20px;
	background: url(../images/wow/arrow-right.png) no-repeat;
}
#glr a.ws_prev {
	left:0px;
}
#glr a.ws_next:hover{
}
#glr a.ws_prev:hover {
}
* html #glr a.ws_next,* html #glr a.ws_prev{display:block}
#glr:hover a.ws_next, #glr:hover a.ws_prev {display:block}
#glr .ws-title{
	position: absolute;
	bottom:15%;
	left: 0px;
	margin-right:5px;
	z-index: 50;
	padding:12px;
	color: #000000;
	text-transform:uppercase;
	background:#F9FBFB;
    font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
	line-height: 18px;
	-moz-border-radius:0 10px 10px 0;
	border-radius:0 10px 10px 0;
}
#glr .ws-title div{
	padding-top:5px;
	font-size: 13px;
	text-transform:none;
}
/* bottom center */
#glr  .ws_bullets {
    top: 0px;
    right: 0px;
}

#glr ul{
	animation: wsBasic 30s infinite;
	-moz-animation: wsBasic 30s infinite;
	-webkit-animation: wsBasic 30s infinite;
}
@keyframes wsBasic{0%{left:-0%} 6.67%{left:-0%} 10%{left:-100%} 16.67%{left:-100%} 20%{left:-200%} 26.67%{left:-200%} 30%{left:-300%} 36.67%{left:-300%} 40%{left:-400%} 46.67%{left:-400%} 50%{left:-500%} 56.67%{left:-500%} 60%{left:-600%} 66.67%{left:-600%} 70%{left:-700%} 76.67%{left:-700%} 80%{left:-800%} 86.67%{left:-800%} 90%{left:-900%} 96.67%{left:-900%} }
@-moz-keyframes wsBasic{0%{left:-0%} 6.67%{left:-0%} 10%{left:-100%} 16.67%{left:-100%} 20%{left:-200%} 26.67%{left:-200%} 30%{left:-300%} 36.67%{left:-300%} 40%{left:-400%} 46.67%{left:-400%} 50%{left:-500%} 56.67%{left:-500%} 60%{left:-600%} 66.67%{left:-600%} 70%{left:-700%} 76.67%{left:-700%} 80%{left:-800%} 86.67%{left:-800%} 90%{left:-900%} 96.67%{left:-900%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 6.67%{left:-0%} 10%{left:-100%} 16.67%{left:-100%} 20%{left:-200%} 26.67%{left:-200%} 30%{left:-300%} 36.67%{left:-300%} 40%{left:-400%} 46.67%{left:-400%} 50%{left:-500%} 56.67%{left:-500%} 60%{left:-600%} 66.67%{left:-600%} 70%{left:-700%} 76.67%{left:-700%} 80%{left:-800%} 86.67%{left:-800%} 90%{left:-900%} 96.67%{left:-900%} }

#glr {
	margin:12px 0 0 12px;
}

#glr  .ws_shadow{
	position:absolute;
	z-index: -1;
	left:-1.56%;
	top:-4.17%;
	width:103.12%;
	height:120.83%;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='engine1/bg.png', sizingMethod='scale');
}
*|html #glr .ws_shadow{
	background-image: url(../images/wow/bg.png);
	background-repeat: no-repeat;
	background-size:100%;
	filter:"";
}#glr .ws_bullets  a img{
	text-indent:0;
	display:block;
	top:15px;
	left:-120px;
	visibility:hidden;
	position:absolute;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border: 5px solid #FFFFFF;
	max-width:none;
}
#glr .ws_bullets a:hover img{
	visibility:visible;
}

#glr .ws_bulframe div div{
	height:90px;
	overflow:visible;
	position:relative;
}
#glr .ws_bulframe div {
	left:0;
	overflow:hidden;
	position:relative;
	width:240px;
	background-color:#FFFFFF;
}
#glr  .ws_bullets .ws_bulframe{
	display:none;
	top:15px;
	overflow:visible;
	position:absolute;
	cursor:pointer;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border: 5px solid #FFFFFF;
}
#glr .ws_bulframe span{
	display:block;
	position:absolute;
	top:-11px;
	margin-left:-9px;
	left:120px;
	background:url(../images/wow/triangle.png);
	width:15px;
	height:6px;
}


/*
progress
*/
#progress { 
	zoom: 1; 
	position: relative; 
	margin:0 auto;
	max-width:772px;
	height:429px;
	z-index:100;
	border:none;
	text-align:left; /* reset align=center */
}
* html #progress{ width:772px; }
#progress ul{
	position:relative;
	width: 10000%; 
	left:0;
	list-style:none;
	margin:0;
	padding:0;
}
#progress ul li{
	width:1%;
	line-height:0; /*opera*/
	float:left;
	font-size:0;
}

#progress .ws_images{
	position: relative;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
#progress .ws_images a{
	width:100%;
	display:block;
	color:transparent;
}

#progress .ws_images img{
	width:100%;
	border:none 0;
	max-width: none;
}

#progress .ws_images img.thumb{
	moz-box-shadow: 10px 3px 4px #9B9595;
	-webkit-box-shadow: 10px 10px 10px #9B9595;
	box-shadow: 2px 2px 9px #9B9595;
	border-radius: 3px;
}

#progress a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

#progress  .ws_bullets { 
	margin:15px 0 0 0;
	z-index:70;
}
#progress  .ws_bullets div{
	position:relative;
	float:left;
}
#progress  a.wsl{
	display:none;
}
#progress  .ws_bullets { 
	padding: 10px; 
}
#progress .ws_bullets a { 
	margin-left:4px;
	width:13px;
	height:13px;
	background: url(../images/wow/bullet.jpg) left top;
	float: left; 
	text-indent: -4000px; 
	position:relative;
	color:transparent;
}
#progress .ws_bullets a.ws_selbull, #progress .ws_bullets a:hover{
	background-position: right top;
}
#progress a.ws_next, #progress a.ws_prev {
	position:absolute;
	display:none;
	top:50%;
	margin-top:-33px;
	z-index:60;
	height: 48px;
	width: 41px;
	background-image: url(../images/wow/arrow-left.png);
	margin-left:20px;
}
#progress a.ws_next{
	right:0px;
	margin-right:20px;
	background: url(../images/wow/arrow-right.png) no-repeat;
}
#progress a.ws_prev {
	left:0px;
}
#progress a.ws_next:hover{
}
#progress a.ws_prev:hover {
}
* html #progress a.ws_next,* html #progress a.ws_prev{display:block}
#progress:hover a.ws_next, #progress:hover a.ws_prev {display:block}
#progress .ws-title{
	position: absolute;
	bottom:15%;
	left: 0px;
	margin-right:5px;
	z-index: 50;
	padding:12px;
	color: #000000;
	text-transform:uppercase;
	background:#F9FBFB;
    font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
	line-height: 18px;
	-moz-border-radius:0 10px 10px 0;
	border-radius:0 10px 10px 0;
}
#progress .ws-title div{
	padding-top:5px;
	font-size: 13px;
	text-transform:none;
}
/* bottom center */
#progress  .ws_bullets {
    top: 0px;
    right: 0px;
}

#progress ul{
	animation: wsBasic 30s infinite;
	-moz-animation: wsBasic 30s infinite;
	-webkit-animation: wsBasic 30s infinite;
}
@keyframes wsBasic{0%{left:-0%} 6.67%{left:-0%} 10%{left:-100%} 16.67%{left:-100%} 20%{left:-200%} 26.67%{left:-200%} 30%{left:-300%} 36.67%{left:-300%} 40%{left:-400%} 46.67%{left:-400%} 50%{left:-500%} 56.67%{left:-500%} 60%{left:-600%} 66.67%{left:-600%} 70%{left:-700%} 76.67%{left:-700%} 80%{left:-800%} 86.67%{left:-800%} 90%{left:-900%} 96.67%{left:-900%} }
@-moz-keyframes wsBasic{0%{left:-0%} 6.67%{left:-0%} 10%{left:-100%} 16.67%{left:-100%} 20%{left:-200%} 26.67%{left:-200%} 30%{left:-300%} 36.67%{left:-300%} 40%{left:-400%} 46.67%{left:-400%} 50%{left:-500%} 56.67%{left:-500%} 60%{left:-600%} 66.67%{left:-600%} 70%{left:-700%} 76.67%{left:-700%} 80%{left:-800%} 86.67%{left:-800%} 90%{left:-900%} 96.67%{left:-900%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 6.67%{left:-0%} 10%{left:-100%} 16.67%{left:-100%} 20%{left:-200%} 26.67%{left:-200%} 30%{left:-300%} 36.67%{left:-300%} 40%{left:-400%} 46.67%{left:-400%} 50%{left:-500%} 56.67%{left:-500%} 60%{left:-600%} 66.67%{left:-600%} 70%{left:-700%} 76.67%{left:-700%} 80%{left:-800%} 86.67%{left:-800%} 90%{left:-900%} 96.67%{left:-900%} }

#progress {
	margin:24px 0 0 25px;
}

#progress  .ws_shadow{
	position:absolute;
	z-index: -1;
	left:-1.56%;
	top:-4.17%;
	width:103.12%;
	height:120.83%;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='engine1/bg.png', sizingMethod='scale');
}
*|html #progress .ws_shadow{
	background-image: url(../images/wow/bg.png);
	background-repeat: no-repeat;
	background-size:100%;
	filter:"";
}#progress .ws_bullets  a img{
	text-indent:0;
	display:block;
	top:15px;
	left:-120px;
	visibility:hidden;
	position:absolute;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border: 5px solid #FFFFFF;
	max-width:none;
}
#progress .ws_bullets a:hover img{
	visibility:visible;
}

#progress .ws_bulframe div div{
	height:90px;
	overflow:visible;
	position:relative;
}
#progress .ws_bulframe div {
	left:0;
	overflow:hidden;
	position:relative;
	width:240px;
	background-color:#FFFFFF;
}
#progress  .ws_bullets .ws_bulframe{
	display:none;
	top:15px;
	overflow:visible;
	position:absolute;
	cursor:pointer;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border: 5px solid #FFFFFF;
}
#progress .ws_bulframe span{
	display:block;
	position:absolute;
	top:-11px;
	margin-left:-9px;
	left:120px;
	background:url(../images/wow/triangle.png);
	width:15px;
	height:6px;
}
/*
Facility 
*/
.c-slider {
	float:left;
	display:inline;
	background:url(../images/background/facility-bg.png) no-repeat;
	width:500px;
	height:321px;
}

.fcl { 
	zoom: 1; 
	position: relative; 
	margin:0 auto;
	max-width:466px;
	z-index:100;
	border:none;
	text-align:left; /* reset align=center */
}

* html .fcl{ width:466px }

.fcl ul{
	position:relative;
	width: 10000%; 
	left:0;
	list-style:none;
	margin:0;
	padding:0;
}
.fcl ul li{
	width:1%;
	line-height:0; /*opera*/
	float:left;
	font-size:0;
}

.fcl .ws_images{
	position: relative;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
.fcl .ws_images a{
	width:100%;
	display:block;
	color:transparent;
	padding:0;
	margin:0;
}

.fcl .ws_images img{
	width:100%;
	border:none 0;
	max-width: none;
	padding:0;
	margin:0;
}
.fcl a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

.fcl  .ws_bullets { 
	font-size: 0px; 
	float: left;
	position:absolute;
	z-index:70;
}
.fcl  .ws_bullets div{
	position:relative;
	float:left;
}
.fcl  a.wsl{
	display:none;
}
.fcl  .ws_bullets { 
	padding: 10px; 
}
.fcl .ws_bullets a { 
	margin-left:4px;
	width:8px;
	height:8px;
	background: url(../images/wow/bullet.png) left top;
	float: left; 
	text-indent: -4000px; 
	position:relative;
	color:transparent;
}
.fcl .ws_bullets a.ws_selbull, .fcl .ws_bullets a:hover{
	background-position: right top;
}
.fcl a.ws_next, .fcl a.ws_prev {
	position:absolute;
	display:none;
	top:50%;
	margin-top:-33px;
	z-index:60;
	height: 48px;
	width: 41px;
	background-image: url(../images/wow/arrow-left.png);
	margin-left:20px;
}
.fcl a.ws_next{
	right:0px;
	margin-right:20px;
	background: url(../images/wow/arrow-right.png) no-repeat;
}
.fcl a.ws_prev {
	left:0px;
}
.fcl a.ws_next:hover{
}
.fcl a.ws_prev:hover {
}
* html .fcl a.ws_next,* html .fcl a.ws_prev{display:block}
.fcl:hover a.ws_next, .fcl:hover a.ws_prev {display:block}
.fcl .ws-title{
	position: absolute;
	bottom:15%;
	left: 0px;
	margin-right:5px;
	z-index: 50;
	padding:12px;
	color: #000000;
	text-transform:uppercase;
	background:#F9FBFB;
    font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
	line-height: 18px;
	-moz-border-radius:0 10px 10px 0;
	border-radius:0 10px 10px 0;
}
.fcl .ws-title div{
	padding-top:5px;
	font-size: 13px;
	text-transform:none;
}
/* bottom center */
.fcl  .ws_bullets {
	clear:both;
	margin:5px auto 5px auto;
	width:446px;
}

.fcl  .ws_bullets div {
	margin-left:45%;
}

.fcl ul{
	animation: wsBasic 30s infinite;
	-moz-animation: wsBasic 30s infinite;
	-webkit-animation: wsBasic 30s infinite;
}
@keyframes wsBasic{0%{left:-0%} 6.67%{left:-0%} 10%{left:-100%} 16.67%{left:-100%} 20%{left:-200%} 26.67%{left:-200%} 30%{left:-300%} 36.67%{left:-300%} 40%{left:-400%} 46.67%{left:-400%} 50%{left:-500%} 56.67%{left:-500%} 60%{left:-600%} 66.67%{left:-600%} 70%{left:-700%} 76.67%{left:-700%} 80%{left:-800%} 86.67%{left:-800%} 90%{left:-900%} 96.67%{left:-900%} }
@-moz-keyframes wsBasic{0%{left:-0%} 6.67%{left:-0%} 10%{left:-100%} 16.67%{left:-100%} 20%{left:-200%} 26.67%{left:-200%} 30%{left:-300%} 36.67%{left:-300%} 40%{left:-400%} 46.67%{left:-400%} 50%{left:-500%} 56.67%{left:-500%} 60%{left:-600%} 66.67%{left:-600%} 70%{left:-700%} 76.67%{left:-700%} 80%{left:-800%} 86.67%{left:-800%} 90%{left:-900%} 96.67%{left:-900%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 6.67%{left:-0%} 10%{left:-100%} 16.67%{left:-100%} 20%{left:-200%} 26.67%{left:-200%} 30%{left:-300%} 36.67%{left:-300%} 40%{left:-400%} 46.67%{left:-400%} 50%{left:-500%} 56.67%{left:-500%} 60%{left:-600%} 66.67%{left:-600%} 70%{left:-700%} 76.67%{left:-700%} 80%{left:-800%} 86.67%{left:-800%} 90%{left:-900%} 96.67%{left:-900%} }

.fcl {
	margin:17px 0 0 17px;
}

.fcl  .ws_shadow{
	position:absolute;
	z-index: -1;
	left:-1.56%;
	top:-4.17%;
	width:103.12%;
	height:120.83%;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='engine1/bg.png', sizingMethod='scale');
}
*|html .fcl .ws_shadow{
	background-image: url(../images/wow/bg.png);
	background-repeat: no-repeat;
	background-size:100%;
	filter:"";
}.fcl .ws_bullets  a img{
	text-indent:0;
	display:block;
	top:15px;
	left:-120px;
	visibility:hidden;
	position:absolute;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border: 5px solid #FFFFFF;
	max-width:none;
}
.fcl .ws_bullets a:hover img{
	visibility:visible;
}

.fcl .ws_bulframe div div{
	height:90px;
	overflow:visible;
	position:relative;
}
.fcl .ws_bulframe div {
	left:0;
	overflow:hidden;
	position:relative;
	width:240px;
	background-color:#FFFFFF;
}
.fcl  .ws_bullets .ws_bulframe{
	display:none;
	top:15px;
	overflow:visible;
	position:absolute;
	cursor:pointer;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border: 5px solid #FFFFFF;
}
.fcl .ws_bulframe span{
	display:block;
	position:absolute;
	top:-11px;
	margin-left:-9px;
	left:120px;
	background:url(../images/wow/triangle.png);
	width:15px;
	height:6px;
}