
/* Gallery Page */
#gallerycontainer {
	text-align: left;
	padding: 0;
	margin: 0;
}
#gallerycontainer h3 {
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	margin: 20px 0 0 0;
}
#gallerycontainer p.galleryintro {
	font-size: 12px;
	color: #fff;
	margin: 10px 0 0 0;
}

img.scrollselector {
	float: left;
	padding: 0;
	margin: 120px 0 0 0;
}

p.bold {
	font-weight: bold;
}

p.gallerydesc {
	text-align: center;
	margin: 5px 15px 0 15px;
	color: #333;
	font-size: 12px;
}


/* Scrolling Element */
div.scrollable {
	position: relative;
	width: 740px;
	height: 300px;
	margin: 25px 0 0 0;
	float: left;
	overflow: hidden;
}

div.scrollable div.items {
	position: relative;
	width: 20000em;
}

div.scrollable div.items div {
	width: 220px;
	height: 300px;
	margin: 0;
	background: url(../assets/gallery/projectbackground.gif) no-repeat top left;
	float: left;
}

div.scrollable div.items div img {
	margin: 15px 0 0 15px;
	width: 190px;
	height: 200px;
}

a.prev, a.next, a.prevPage, a.nextPage {
	cursor: pointer;
}

a.disabled {
	visibility:hidden !important;		
}

