/* 
	Based on the global.css in the slides css folder in the jQuery components we keep
*/

#slides {
	position:relative;
	top: 0;
	/*right:0;*/
	left:170px;
	z-index:0;
	width:524px;
	background-color:#1f3b2d;
}

/*
	Pagination
*/

.pagination {
	margin:0;
	/* sets the width for the button dots below the images*/
	/*width:500px;*/
	/*z-index:100;*/
	position: absolute;
	top: 405px;
	left: 170px; /*adjust this depending on nav dot count*/
	z-index: 100;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style: none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(images/pagination.png);
	background-position:0 0;
	/*float:left;*/
	overflow:hidden;	
}

.pagination li.current a {
	background-position:0 -12px;
}
.slides_container {
	position:relative;
	top:16px;
	left:20px;
	height:420px;
	/*background-color:#ccc;*/
}
.slides_container a {
	display:block;
	
}
/*fixes IE 7 image link behavior */
.slides_container a:link img {
	border:none;

}

.nojsmessage{
    display: none;

}


