/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#lightbox {
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:610px;
 @width:650px;
	margin:-220px 0 0 -250px;
	border:1px solid #fff;
	background:#fff;
	text-align:left;
	padding:20px;
}
#lightbox[id] {
	position:fixed;
}
#overlay {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id] {
	position:fixed;
}
#lightbox.done #lbLoadMessage {
	display:none;
}
#lightbox.done #lbContent {
	display:block;
}
#lightbox.loading #lbContent {
	display:none;
}
#lightbox.loading #lbLoadMessage {
	display:block;
}
.scorll-div {
	height:425px;
	overflow:auto;
}
/*------------------*/



div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 575px;
	height: 214px;
	overflow: hidden;
	border:1px solid #dddddd;
	background:#FFF;
	margin:0 5px 0 5px;
	float:left;
}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:635px;
	height:196px;
	overflow:hidden;
	float:left;
	padding:10px 14px 10px 14px;
}
div.scroller div.content {
	width: 10000px;
}
.img-cont {
	float:left;
	width:180px;
	text-align:center;
}
.img-cont h4 {
	margin-top:5px;
	font-weight:bold;
}
/*----------------------------------------*/

#master {
	width:726px;
	position:relative;
	margin:0 auto;
	overflow:hidden;
	background:#59841e;
	padding-bottom:15px;
	margin-top:30px;
}
.accessible_news_slider ul {
	position: relative;
	left: 0;
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}
.accessible_news_slider li {
	font-family: "Arial", "Verdana", sans-serif;
	display:block;
	float:left;
	position:relative;
	margin:0 !important;
	padding:0 !important;
	width:128px;/*font-size: .8em;
	line-height: 1.6;*/
}
.accessible_news_slider li img {
	margin-left:1px;
	margin-right:2px;
	padding-left:0;
}
.accessible_news_slider .back {
	position: absolute;
	top: 38px;
	left: 0;
	z-index: 2;
}
.accessible_news_slider .back1 {
	position: absolute;
	top: 38px;
	left: 0;
	z-index: 2;
}
.accessible_news_slider .back a, .accessible_news_slider .next a, .accessible_news_slider .next1 a, .accessible_news_slider .back1 a {
	display: none;
	outline: none; /* This is optional, and is arguably less accessible. */
}
.accessible_news_slider .next {
	position: absolute;
	top: 38px;
	left: 684px;
	z-index: 2;
}
.accessible_news_slider .next1 {
	position: absolute;
	top: 38px;
	left: 684px;
	z-index: 2;
}
 
/*.accessible_news_slider li {
	float: left;
	display: inline;
	
}*/

