/* ----------------------------------------------------------- */
/*                            BUTTONS                          */
/* ----------------------------------------------------------- */

#bg-slideshow #gallery-buttons {

	position: fixed;
	display: none;
	bottom: 15px;
	
}

#bg-slideshow #gallery-buttons #play-pause {
			
	float: left;
	margin: 0 5px 0 5px;
				
}

#bg-slideshow #gallery-buttons #play-pause .play-button {

	display: none;
	
}
		
#bg-slideshow #gallery-buttons .prev-next {
			
	float: left;
	padding: 0 5px 0 5px;
				
}

#bg-slideshow #gallery-buttons .prev-next img {
			
	cursor: pointer;
				
}

#bg-slideshow #gallery-buttons #play-pause .play-button, #bg-slideshow #gallery-buttons #play-pause .pause-button {
			
	cursor: pointer;
				
}

/* ----------------------------------------------------------- */
/*                              INFO                           */
/* ----------------------------------------------------------- */

#bg-slideshow #info {
			
	position: absolute;
	top: 20px;
	right: 20px;
	text-align: right;
	
}
	
#bg-slideshow #info .info-button {
			
	cursor: pointer;
				
}

#bg-slideshow #info #info-text {
	
	background-color: rgba(0, 0, 0, 0.7);
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	position: relative;
	display: none;
	text-align: left;
	line-height: 24px;
	margin-top: 5px;
	padding: 8px 15px 9px 14px;
				
}

.ie7 #bg-slideshow #info #info-text, .ie8 #bg-slideshow #info #info-text {
	
	background: #000 url(../img/graphics/ie_info_bg.png) !important;
				
}

#bg-slideshow #info #info-text .info-title {
	
	color: #FFF;
	font: 22px Verdana, Geneva, sans-serif;
				
}

#bg-slideshow #info #info-text a {
			
	color: #A4998E;
	text-decoration: underline;
				
}

#bg-slideshow #info #info-text a:visited {

	color: #A4998E;
	
}
	
#bg-slideshow #info #info-text a:hover {
			
	text-decoration: none;
				
}

/* ----------------------------------------------------------- */
/*                         HIDE LIST ITEMS                     */
/* ----------------------------------------------------------- */

#bg-slideshow #bg-images ul {
			
	list-style-type: none;
	display: none;
				
}

#bg-slideshow #bg-images ul li {
			
	list-style-type: none;
	display: none;
				
}














