
/*
	Page Style
*/

#container {
width:75em;
height:27em;
margin:0em 0 0 0em;
position:relative;
border:0px solid #dedede;
overflow:hidden;
z-index:0;
}




/*
	Slideshow style
*/

#slides {
	position:absolute;
	top:0px;
                    width:75em;
  
                    overflow:hidden;
	left:0em;
	z-index:100;
                    border:0px solid green;
}





/*
	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 {
	width:75em;
	height:22em;
	overflow:visible;
	position:relative;
	display:block;
                    border:0px solid green;
}

/*
	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:0px;
	width:73em;
	height:29em;
	display:block;
                    text-align:left;
                    color:#555555;
}

/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:none;
	z-index:101;
}

#slides .next {
	left:385px;
}

/*
	Pagination
*/

.pagination {	
margin:0em auto 0 0;
padding-left:5em;
height:5em;
background-image:url(../xslider/button-bg.gif);
background-repeat:repeat-x;
text-align:center;
border-top:0px solid #cccccc;    
}

.pagination li {
	float:left;
	margin:1.5em 5em 0em 0em;
	list-style:none; 
                   
}

.pagination li a {
display:block;
width:25px;
height:25px;
margin-right:1em;
background-image:url(../xslider/pag0.png);
background-repeat:no-repeat;
background-position:0 0;
float:left;
color:#19598A;
line-height:0px;
font-size:0px;
overflow:hidden;
}

.pagination li.current a {
display:block;
width:25px;
height:25px;
margin-right:1em;
background-image:url(../xslider/pag1.png);
background-position:0 0;
float:left;
overflow:hidden;
}

#slides .link {
	display:block;
	margin-top:10px;
	font-weight:800;
}


.slide{ font-family:verdana; }

#container a { color:#0079C2; }
#container a:visited { color:#0079C2; }