/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
	width: 620px;
	float:left;

}
#slideshow-top{
	background:url(../images/tabs_main_top.png);
	width: 620px;
	height:20px;
	}

#slideshow-back{
	background:url(../images/tabs_main_back.png) repeat-y;
	width: 620px;
	float:left;
	
	}

#slideshow-bottom{
	background:url(../images/tabs_main_bottom.png);
	width: 620px;
	height:20px;
	float:left;
	
	}

#slideshow ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;

}

#slideshow ul:after {
content: ".";
clear: both;
display: block;
height: 0;
visibility: hidden;}    


/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
	float:left;
	overflow: hidden;
	width: 580px;
	padding:0 0 0 10px;
}

#slideshow .slides ul {
width: 2880px;

 	}



#slideshow .slides h2 {
margin-top: 0;}


.slideshow-left {
	width: 280px;
	float: left;
	padding:0;
	margin:0;

}

.slideshow-right  {
	width: 280px;
	float: left;
	padding:0 0 0 20px;
	margin:0;

	
}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */


.slides-nav {
	position:relative;
	z-index:10;
	height:40px;
	
	
	
	}


#slideshow .slides-nav ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;


      }
   #slideshow .slides-nav li {
      float:left;
      background:url(../images/tabs_off_left.png) no-repeat left top;
      margin:0 4px 0 0;
      padding:0 0 0 9px;
	  font-size:12px;


      }
    #slideshow .slides-nav li a {
      display:block;
      background:url(../images/tabs_off_right.png) no-repeat right top;
      padding:15px 15px 12px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#202020;

	
      }
    #slideshow .slides-nav li.on {
	  background-image:url(../images/tabs_on_left.png);
      color:#202020;
	
      }

    #slideshow .slides-nav li.on a{
	background-image:url(../images/tabs_on_right.png);
	color:#202020;


      }








.slideshow_bullets {
	width:270px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000066;
	
}



.slideshow_bullets ul 
{
	

	display:inline;

}

.slideshow_bullets li
{
	margin:0;
	display:block;
	list-style:none;
	background-image:url(/images/bullet.jpg);
	background-position:0px 5px;
	background-repeat:no-repeat;
	padding-left:10px;
	padding-bottom:5px;

}




