/*
	Classes CSS - Sounds New 2011
	Created on 24th Jan 2011
	
	Created by Dotcafe Designs - http://www.dotcafedesigns.com
*/
.hidden {
	display:				none;
}

.clearer {
	display:				block;
	clear:					both;
}

.spacer {
	display:				block;
	clear:					both;
	height:					20px;
}

img.left {
	float:					left;
	margin:					0 10px 5px 0;
}

img.right {
	float:					left;
	margin:					0 0 5px 10px;
}

img.border {
	border:					1px solid;
}

.inner {
	display:				block;
	width:					960px;
	margin:					0 auto 0 auto;
}

/*
	Controls unit
*/
.s_controls {
	list-style-type:		none;
	position:				absolute;
	z-index:				15;
	margin-left:			10px;
}
.s_controls ul.s_control_block {
	list-style-type:		none;
}
.s_controls .s_control_block li {
	float:					left;
	margin:					0 6px 0 0;
}
.s_controls .s_control_block li a {
	display:				block;
	background-color:		white;
	width:					8px;
	height:					8px;
	
	text-decoration:		none;
	text-indent:			-10000px;
	overflow:				hidden;
}
.s_controls .s_control_block li.s_current a {
	background-color:		#c4f90c;
}

/*
	f_gallery (fade)
*/
.f_gallery.s_fade {
	margin-bottom:			15px;
}


.f_gallery.s_fade h3 {
	z-index:				19;
	position:				absolute;
}

.f_gallery.s_fade .s_gallery_images {
	list-style-type:		none;
}


.f_gallery.s_fade .s_control_block {
	margin-top:				40px;
}

/*
	f_download
*/
.f_download.s_icons {

}
.f_download.s_icons .s_icon {
	float:					left;
	background-image:		url(go-down.png);
	width:					32px;
	height:					32px;
	margin-right:			15px;
	margin-top:				15px;
	
	text-indent:			-10000px;
	overflow:				hidden;
}
.f_download.s_icons .s_name {
	float:					left;
	background-color:		#D9F52B;
	padding:				3px 5px 3px 10px;
	width:					150px;
}
.f_download.s_icons .s_name a {
	color:					black!important;
	text-decoration:		none;
}

/*
	Buy Tickets
*/
.f_events .s_buy_tickets {
	display:				block;
	background-image:		url(buy-tickets.png);
	background-repeat:		no-repeat;
	
	width:					151px;
	height:					47px;
	
	text-indent:			-10000px;
	overflow:				hidden;
}

