#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}

/*
	Slideshow
*/
#slides .slide {
		width:900px;
	height:300px;
	display:block;
	background:#000C3D;
	color:#FFFFFF;
	font-size:1.2em;
	line-height:130%;
}
.slide_text{
background:#000C3D;
color:#FFFFFF;
width:460px;
height:260px;
float:left;
padding:20px;
line-height:130%;
}

/*#slides {
	position:absolute;
	top:15px;
	left:4px;
	z-index:100;
}*/

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:900px;
	height:300px;
	overflow:hidden;
	position:relative;
	display:block;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:570px;
	height:270px;
	display:block;
}

.slides_container img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:270px;
	left:6px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:930px;
}

/*
	Pagination
*/

.pagination {
	margin:12px auto 0;
	width:100px;
}

.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;
}
a.readmore {
text-decoration:none;
background:#004890 url('../images/graphics/readmore_bttn_up.jpg') no-repeat;
height:30px;
width:90px;
display: block;
font-size:0.8em;
font-weight: bold;
color:#FFFFFF;
text-align: center;
margin-top:15px;
}
a:hover.readmore {
text-decoration:none;
background:#004890 url('../images/graphics/readmore_bttn.jpg') no-repeat;
}

