@import url('global-reset.css');

/**************************************************************************
 * Begin Global Styles
 */

body {
	background:#FFF;	
}

.clear {clear:both}

/**************************************************************************
 * Begin Header Content
 */

#sliderGallery {
	width:828px;
	height:300px;
	position:relative;
	margin: 0 auto;
}

#sliderGallery ul.controls {
	width:21px;
	position:absolute;
	right:0px;
	bottom:20px;

}

#sliderGallery ul.controls li {
	width:21px;
	height:4px;
	float:left;
	background: #000;
	margin-bottom:3px;
}

#sliderGallery ul.controls li a {
	height:100%;
	width:100%;
	display:block;
}

#sliderGallery ul.controls li a.active {
	background:#FFF;
}


#sliderGallery #overflow {
	width:828px;
	height:300px;
	overflow:hidden;
	position:relative;
}

#sliderGallery #overflow ul.page-slides {
	width:828px;
	height:300px;
	position:relative;
	left:0px;
}

#sliderGallery #overflow ul.page-slides li {
	width:828px;
	height:300px;
	float:left;
}





