@charset "utf-8";
/* 
	Resets defualt browser settings
	reset.css
*/


#container { width:960px; padding:0px; margin:0 auto; position:relative; z-index:0; }
#example { width:960px; height:349px; position:relative; }
#ribbon { position:absolute; top:-3px; left:-15px; z-index:500; }
#frame { position:absolute; z-index:0; width:739px; height:349px; top:0px; left:0px; }
/*
	Slideshow
*/

#slides { position:absolute; top:0px; left:0px; z-index:100; width:960px; height:349px;}
/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container { width:960px; 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_container div.slide { width:960px; height:349px; display:block; }
/*
	Next/prev buttons
*/

#slides .next, #slides .prev { position:absolute; bottom:35px; right:40px; width:9px; height:9px; display:block; z-index:101; }
#slides .next { right:21px; }
/*
	Pagination
*/

.pagination { margin-top:-46px; width:auto; position:absolute; right:68px; z-index:101;}
.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(/internet/images_dls/pagination.png); _background-image:url(/internet/images_dls/pagination_ie6.png); background-position:0 0; float:left; overflow:hidden; }
.pagination li.current a { background-position:0 -12px; }
/*
	Caption
*/

.caption { z-index:500; position:absolute; bottom:-35px; left:0; height:50px; padding:0px 0px 0px 0px; background:#000; background:rgba(0, 0, 0, .5); width:960px; font-size:1.3em; line-height:1.33; color:#fff; border-top:1px solid #000; text-shadow:none; }
.caption p { padding:0px 10px; line-height:20px;}
/*
	Footer
*/

#footer { text-align:center; width:580px; margin-top:9px; padding:4.5px 0 18px; border-top:1px solid #dfdfdf; }
#footer p { margin:4.5px 0; font-size:1.0em; }
/*
	Anchors
*/

.shadow { height:50px; width:960px; background:#000; position:absolute; z-index:100; bottom:0px; opacity: .4; 
/* For IE 5-7 */filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
/* For IE 8 */-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";}

