.cmsgallery {
	background-color: #111111;
	padding: 2px 0px;
	width: 613px;
	margin: 0px auto;
}
.cmsgallery h2,
.cmsgallery div{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/****** SLIDESHOW CONTROLS ******/
.cmsgallery .controls{
	clear: both;
	float: none;
	margin-top: 10px;
	position: relative;
	text-align: center;
}
.cmsgallery .controls ul{
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.cmsgallery .controls li{
	background-color: #222222;
	color: #fff;
	display: inline;
	margin: 0px 5px 0px 5px;
	padding: 0px 15px;
}
.cmsgallery .controls .index{
	background-color: #222222;
	color: #fff;
	cursor: pointer;
	float: right;
	margin-top: -15px;
	margin-right: 25px;
	padding: 0px 5px 0px 5px;
}


.cmsgallery .controls li.back,
.cmsgallery .controls li.next,
.cmsgallery .controls li.play {
	margin-right: 20px;
	cursor: pointer;
}
.cmsgallery .controls li.last{
	margin-right: 0px;
}
.cmsgallery .controls li.disabled {
	background-color: #222222; 
	color: #383838;
}

/****** PRIMARY IMAGE ZONE ******/
.cmsgallery div.slide {
	border-bottom: 1px solid #202020;
	clear: both;
	height: 580px;
	padding: 10px;
	padding-bottom: 20px;
	text-align:center;
}
.cmsgallery div.slide img{
	width: 540px;
}

.cmsgallery div.loading{
	background-image: url(img/media-loader.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.cmsgallery div.slide img{
	border: 10px solid #222222;
	position: relative;
	padding: 10xp;
}
/****** TITLE ******/
.cmsgallery div.slide div.title{
	color: white;	
	margin-bottom: 5px;
}
/****** ALBUMS ZONE ******/
.cmsgallery .albums{
	background-color: #202020;
	border-top: 1px solid #050505;
	padding: 10px;
}
.cmsgallery .albums h2{
	border-bottom: 1px solid #272727;
	color: #fff;
	font-size: 17px;
	padding: 0px 0px 3px 0px;
	margin-bottom: 15px;
}
.cmsgallery .album {
	clear: both;
	padding: 15px 0px;
}
.cmsgallery .album img{
	border: 5px solid #111111;	
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/****** AUX STYLES ******/
.cmsgallery .clearer {
	border: 0px;
	clear: both;
	float: none;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
}
