.gallery_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;*/
}
.gallery_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;
}

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

 .gallery_bullets { 
	font-size: 0px; 
	float: left;
	position:absolute;
	z-index:70;
}
 .gallery_bullets div{
	position:relative;
	float:left;
}
 .wsl{
	display:none;
}
sound, 
object{
	position:absolute;
}
 .gallery_bullets { 
	padding: 5px; 
}
.gallery_bullets a { 
	width:13px;
	height:13px;
	background: url(../images/nav/gallery_bullet.png) left top;
	float: left; 
	text-indent: -4000px; 
	position:relative;
	margin-left:7px;
	color:transparent;
}
.gallery_bullets a.gallery_selbullet, .gallery_bullets a:hover{
	background-position: 0 100%;
} 
a.gallery_next, a.gallery_prev {
	position:absolute;
	display:none;
	top:50%;
	margin-top:-22px;
	z-index:60;
	height: 40px;
	width: 40px;
	background-image: url(../images/nav/gallery_arrows.png);
	opacity:0.8;
}
a.gallery_next{
	background-position: 100% 0;
	right:10px;
}
a.gallery_prev {
	background-position: 0 0; 
	left:10px;
}
a.gallery_next:hover{
	opacity:1;
}
a.gallery_prev:hover {
	opacity:1; 
}
* html a.gallery_next,* html a.gallery_prev{display:block}
#gallery_container1:hover a.gallery_next, #gallery_container1:hover a.gallery_prev {display:block}
#gallery_container2:hover a.gallery_next, #gallery_container2:hover a.gallery_prev {display:block}
#gallery_container3:hover a.gallery_next, #gallery_container3:hover a.gallery_prev {display:block}
#gallery_container4:hover a.gallery_next, #gallery_container4:hover a.gallery_prev {display:block}
#gallery_container5:hover a.gallery_next, #gallery_container5:hover a.gallery_prev {display:block}
#gallery_container6:hover a.gallery_next, #gallery_container6:hover a.gallery_prev {display:block}
#gallery_container7:hover a.gallery_next, #gallery_container7:hover a.gallery_prev {display:block}
#gallery_container8:hover a.gallery_next, #gallery_container8:hover a.gallery_prev {display:block}
#gallery_container9:hover a.gallery_next, #gallery_container9:hover a.gallery_prev {display:block}

/* bottom center */
 .gallery_bullets {
    bottom: 8px;
	left:50%;
}
 .gallery_bullets div{
	left:-50%;
}
.gallery_title{
	position:absolute;
	display:block;
	bottom: 6px;
	left: 10px; 
	color:#000000;
	z-index: 50;
	
	/*See main_fonts.css for fonts*/
}

.gallery_titleBG{
	position:absolute;
	display:block;
	bottom: 0px;
	left: 0px; 
	right: 0px;
	height:40px;
	background-color:rgba(255,255,255,0.85);
	z-index:49;
}

.gallery_title div{
    margin-top: 6px;
	font-size: 20px;
	line-height: 22px;
}

.gallery_images ul{
	animation: wsBasic 11.7s infinite;
	-moz-animation: wsBasic 11.7s infinite;
	-webkit-animation: wsBasic 11.7s infinite;
}
@keyframes wsBasic{0%{left:-0%} 16.24%{left:-0%} 33.33%{left:-100%} 49.57%{left:-100%} 66.67%{left:-200%} 82.91%{left:-200%} }
@-moz-keyframes wsBasic{0%{left:-0%} 16.24%{left:-0%} 33.33%{left:-100%} 49.57%{left:-100%} 66.67%{left:-200%} 82.91%{left:-200%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 16.24%{left:-0%} 33.33%{left:-100%} 49.57%{left:-100%} 66.67%{left:-200%} 82.91%{left:-200%} }

.gallery_bullets  a img{
	text-indent:0;
	display:block;
	bottom:20px;
	left:-38px;
	visibility:hidden;
	position:absolute;
    border: 2px solid #FFFFFF;
	max-width:none;
}
.gallery_bullets a:hover img{
	visibility:visible;
}

.gallery_bulletframe div div{
	height:95px;
	overflow:visible;
	position:relative;
}
.gallery_bulletframe div {
	left:0;
	overflow:hidden;
	position:relative;
	width:150px;
	background-color:#FFFFFF;
}
 .gallery_bullets .gallery_bulletframe{
	display:none;
	bottom:26px;
	overflow:visible;
	position:absolute;
	cursor:pointer;
    border: 2px solid #FFFFFF;
}
.gallery_bulletframe span{
	display:block;
	position:absolute;
	bottom:-8px;
	margin-left:-3px;
	left:75px;
	background:url(../images/nav/gallery_triangle.png);
	width:15px;
	height:6px;
}