@charset "utf-8";
/* CSS Document */

#slides {
	width:336px;
	height:103px;
	position: relative;
	top:80px;
	left:0px;
	padding:5px;
	z-index:1;
}

#slides_bgrd {
	position: absolute;
	left: 0px; 
	right: 0px; 
	top: 20px; 
	bottom: 0px;
	width:336px;
	height:103px;
    background-color:#00264c; 
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/* IE 5-7 */
	filter: alpha(opacity=50);
	/* Netscape */
	-moz-opacity: 0.5;
	/* Safari 1.x */
	-khtml-opacity: 0.5;
	/* Good browsers */
	opacity: 0.5;
	z-index:-1;
}

a#more_link {
	position: absolute;
	font-family:ARIAL;
	font-style: italic;
	font-weight:bold;
    font-size: 8pt;
	color:#FFF;
	text-decoration:none;
	margin: 0px 0px 0px 295px;;
}
a:HOVER#more_link {
	color:#c7151c;
	text-decoration:none;	
}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
    padding:0px;
	margin:0px;
	width:336px;
	height:100px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slide {
	padding:10px;
	width:320px;
	height:103px;
	display:block;
}

/*
	Pagination
*/

.pagination {
	margin:0px auto 0;
	margin-top:-2px;
	width:120px;
	z-index:101;
}

.pagination ul {
padding-bottom: 5px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}


.pagination li a:link {
	padding: 0px 5px;
	text-decoration: none;
	font: arial;
	font-size: 9pt;
	font-weight: bold;
	color:#ffffff;
}
.pagination li.current a {
	color: #c7151c;
}
/*
.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}
.pagination li.current a {
	background-position:0 -12px;
}
*/

.slide a:link,
.slide a:visited,
.slide a:hover,
.slide a:active {
	padding: 10px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	font:Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size:16pt;
	text-decoration:none;
}

#slides .link {
	display:block;
	margin-top:5px;
	font-weight: 100;
}

/***********/

#contain {
	/*width:200px;
	padding:10px;
	margin:0 auto;*/
	position:relative;
	top:-10px;
	left:65px;
	z-index:100;
}
#contain img {
border:0px;
}

#frame {
	position:absolute;
	z-index:0;
	/*width:739px;
	height:341px;*/
	width:210px;
	height:297px;
	top:6px;
	left:-6px;
}

/*
	Slideshow
*/

#slides_two {
	position:absolute;
	top:15px;
	left:4px;
	z-index:50;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

#slides_two .slides_container {
	/*width:570px;*/
	width:190px;
	height: 270px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	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_two .slides_container div.slide {
	/*width:570px;*/
	width: 370px;
	/*height:270px;*/
	height:270px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides_two  .next,#slides_two .prev {
	position:absolute;
	/*top:107px;*/
	top:110px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:50;
}

#slides_two  .next {
	/*left:585px;*/
	left:206px;
	z-index:50;
}

#slides_two .slide a img{
	padding:0px;
	width:190px;
	height:270px;
	display:block;
}
