/* 
	Resets defualt browser settings
	reset.css
*/

/*
	Page style
*/
#top_static
{
	width:100%;
}

#container {

    height: 412px;
    margin: 0 auto;
    position: relative;
    top: 15px;
    width: 1010px;
    z-index: 0;
}

#example {
	width:1010px;
	height:362px;
	position:relative;
}

#ribbon {
	position:absolute;
	top:0px;
	left:0px;
	z-index:500;
}

#frame {
  height: 362px;
    left: 0;
    position: absolute;
    top: 0;
    width: 1010px;
    z-index: 0;
}

/*
	Slideshow
*/

#slides {
  left: 11px;
    position: absolute;
    top: 11px;
    z-index: 100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:1010px;
	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 a {
	width:1010px;
	height:362px;
	display:block;
}

.slides_container a images {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
    display: block;
    height: 51px;
    left: 10px;
    position: absolute;
    top: 118px;
    width: 51px;
    z-index: 101;
}

#slides .next {
	left:935px;
}

/*
	Pagination
*/

.pagination {
    background-color: gray;
    float: right;
    height: 25px;
    padding: 5px;
    position: relative;
    right: 20px;
    text-align: center;
    top: -45px;
    vertical-align: middle;
    width: 100px;
    z-index: 22222;
	
	border-radius: 10px;
	  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 10px; 
     /* Firefox 1-3.6 */
  -moz-border-radius: 10px; 
     /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 10px; 
  
   opacity: 0.5;
  filter: alpha(opacity=50);
}

.pagination li {
    display: inline-block;
    list-style: none outside none;
    position: relative;
    top: 4px;
    vertical-align: middle;
}

.pagination li a {
	display:block;
	width:20px;
	height:0;
	padding-top:17px;
	background-image:url(/contentonly.aspx?file=images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -20px;
}
ol, ul {
    color: #000000;
    margin: 0;
    padding: 0;
}

