/* CSS Document */

/* Global
------------------------------------*/

body {
	font: 76%/140% Verdana,Arial,Helvetica,sans-serif;
	background: #000000 url(images/background.jpg) no-repeat 50% 0;
	margin: 0;
	padding: 0;
}

img,
img a { border: 0: }

/* Header
------------------------------------*/

#header {
	margin: 20px;
	padding: 0;
	text-align: center;
	clear: both;
}

/* Content
------------------------------------*/

#content {
	width: 753px;
	clear: both;
	padding: 10px;
	color: white;
	margin-left: auto;
	margin-right: auto;
}


.block {
	background-color: #000000;
	color: #ffffff;
	padding: 10px;
	text-align: left;
	vertical-align: bottom;
}



/* Lightbox Gallery
-------------------------------------*/

/* jQuery lightBox plugin - Gallery style */
	#gallery {
		padding: 10px;
		width: 100%;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #ffffff;
		border-width: 5px 5px 20px;		
		opacity: 0.8;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
		opacity: 1;
	}
	#gallery ul a:hover { color: #fff; }

/* Carousel
-------------------------------------*/

.stepcarousel {
	position: relative; /*leave this value alone*/
	border: 0;
	overflow: scroll; /*leave this value alone*/
	width: 753px; /*Width of Carousel Viewer itself*/
	height: 480px; /*Height should enough to fit largest content's height*/
	margin-top: 144px;
}

.stepcarousel .belt {
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel {
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 10px 10px 10px 0px; /*margin around each panel*/
	width: 753px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}