body {
	background-color: #000000;
	margin: 0;
	padding: 0;
	border: 0;
	padding-bottom: 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: #cccccc;
	font-size: 11px;
}

:focus
{
  -moz-outline-style: none;
}
		
p	{
	margin: 			0 0 10px 0;
	padding: 			0px;
}

.high		{
		font-family: Arial, Helvetica, sans-serif;
		color: #ffffff;
		font-size: 11px;
		font-weight: bold;
		}

.basic		{
		font-family: Arial, Helvetica, sans-serif;
		color: #cccccc;
		font-size: 11px;
		}

a:link		{ 
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: underline; 
		font-size:11px; 
		color:#CCCCCC; 
		}

a:visited	{ 
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: underline; 
		font-size:11px; 
		color:#CCCCCC; 
		}

a:active	{ 
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: underline; 
		font-size:11px; 
		color:#CCCCCC; 
		}

a:hover		{ 
		font-family: Arial, Helvetica, sans-serif;
		font-size:11px; 
		color:#00ff00; 
		}
		
#galleryContainer {
		width:			770px;
		margin:			10px auto 10px auto;
		padding:		0;
}
		
#galleryText .left {
	margin-top:			10px;
	width:				710px;
	float:				left;
	text-align:			left;
}

#galleryText .right {
	margin-top:			10px;
	width:				60px;
	float:				left;
	text-align:			left;
}


/* Clear Divs */

.cBDiv {
	clear: 				both;
	margin: 			0;
	padding: 			0;
	width: 				0;
	height: 			5px;
	line-height: 		0;
}

/* Prev and Next */

#buttonPrev {
	display:			block;
}

#buttonNext {
	display:			block;
}

#buttonPrevContainer {
	float:				left;
	margin:				0 10px 0 0;
}

#buttonNextContainer {
	float:				left;
}

#buttonPrevDisable {
	float:				left;
	margin:				0 10px 0 0;
}

#buttonNextDisable {
	float:				left;
}

/*#buttonNextContainer a:link {
	display:			block;
}

#buttonPrevContainer {
	float:				left;
	background:			#111 url(Static/buttonPrev.gif) top left no-repeat;
	width:				29px;
	height:				13px;
	text-indent:		-5000px;
}

#buttonNextContainer {
	float:				left;
	background:			#111 url(Static/buttonNext.gif) top left no-repeat;
	width:				29px;
	height:				13px;
	text-indent:		-5000px;
}

#buttonNextContainer a, #buttonPrevContainer a {
	display:			block;
}

#buttonNextContainer a:hover {
background:			#111 url(Static/buttonNext.gif) left -13px no-repeat;
}

#buttonPrevContainer a:hover {
background:			#111 url(Static/buttonPrev.gif) left -13px no-repeat;
}

#buttonPrevDisable {
	float:				left;
	background:			#111 url(Static/buttonPrevDisable.gif) top left no-repeat;
	width:				29px;
	height:				13px;
	text-indent:		-5000px;
}

#buttonNextDisable {
	float:				left;
	background:			#111 url(Static/buttonNextDisable.gif) top left no-repeat;
	width:				29px;
	height:				13px;
	text-indent:		-5000px;
}*/

