
/* Easy Slider */
body#gallery #slider {
		width:180px;
		height:200px;
		padding: 0;
		margin: 0;
		overflow:hidden;
}
body#gallery #slider ul {
		margin:0;
		padding:0;
		list-style:none;
		}
body#gallery #slider li {
		margin:0;
		padding:0;
		width:180px;
		height:200px;
		list-style:none;
	} 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
			
	span#prevBtn{}
	span#nextBtn{}					

body#gallery-thumbnails #slider {
		width:180px;
		height:190px;
		padding: 0;
		margin: 0;
		overflow:hidden;
}
body#gallery-thumbnails	#slider ul {
		margin:0;
		padding:0;
		list-style:none;
		}
body#gallery-thumbnails	#slider li {
		margin:0;
		padding:0;
		width:180px;
		height:190px;
		list-style:none;
	} 

/* // Easy Slider */

#nextBtn {
	margin: 0;
	padding: 0;
	width: 87px;
	position: absolute;
	bottom: -50px;
	left: 125px;
}
#nextBtn a{
	padding: 48px 0 0 0;
	overflow: hidden;
	display: block;
	height: 0;
	background: url(/images/ui/more-events.png) no-repeat;
}
#nextBtn a:link, #nextBtn a:visited {
	background-position: 0 0;
	width: 87px;
}
#nextBtn a:hover, #nextBtn a.selected:link, #nextBtn a.selected:visited {
	background-position: 0 -48px;
}
#prevBtn {
	margin: 0;
	padding: 0;
	width: 87px;
	position: absolute;
	bottom: -50px;
	left: 30px;
}
#prevBtn a{
	padding: 48px 0 0 0;
	overflow: hidden;
	display: block;
	height: 0;
	background: url(/images/ui/prev-events.png) no-repeat;
}
#prevBtn a:link, #prevBtn a:visited {
	background-position: 0 0;
	width: 87px;
}
#prevBtn a:hover, #prevBtn a.selected:link, #prevBtn a.selected:visited {
	background-position: 0 -48px;
}


body#gallery-thumbnails #nextBtn {
	margin: 0;
	padding: 0;
	width: 42px;
	position: absolute;
	bottom: -10px;
	left: 170px;
}
body#gallery-thumbnails #nextBtn a{
	padding: 32px 0 0 0;
	overflow: hidden;
	display: block;
	height: 0;
	background: url(/images/ui/next.png) no-repeat;
}
body#gallery-thumbnails #nextBtn a:link, body#gallery-thumbnails #nextBtn a:visited {
	background-position: 0 0;
	width: 42px;
}
body#gallery-thumbnails #nextBtn a:hover, body#gallery-thumbnails #nextBtn a.selected:link, body#gallery-thumbnails #nextBtn a.selected:visited {
	background-position: 0 -32px;
}
body#gallery-thumbnails #prevBtn {
	margin: 0;
	padding: 0;
	width: 68px;
	position: absolute;
	bottom: -10px;
	left: 100px;
}
body#gallery-thumbnails #prevBtn a{
	padding: 32px 0 0 0;
	overflow: hidden;
	display: block;
	height: 0;
	background: url(/images/ui/previous.png) no-repeat;
}
body#gallery-thumbnails #prevBtn a:link, #prevBtn a:visited {
	background-position: 0 0;
	width: 68px;
}
body#gallery-thumbnails #prevBtn a:hover, #prevBtn a.selected:link, #prevBtn a.selected:visited {
	background-position: 0 -32px;
}
