/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
	width: 630px;
	float:left;
	color:#221e1f;

}
#slideshow-top{
	background:url(../images/tabs_top.png);
	width: 630px;
	height:40px;
	}

#slideshow-back{
	background:#8da036;
	width: 630px;
	height:280px;
	float:left;
	color:#221e1f;
	
	
	}

#slideshow-bottom{
	background:url(../images/tabs_main_bottom.png);
	float:left;
	width: 532px;
	height:20px;
	
	}

#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: 600px;
	padding:20px 10px 0 10px;


}

#slideshow .slides ul {
width: 2880px;

 	}

#slideshow .slides li {
	width: 600px;
	height:250px;

	float: left;

	
}

#slideshow .slides h2 {
margin-top: 0;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */


.slides-nav {
	position:relative;
	z-index:10;
	height:41px;
	}


#slideshow .slides-nav ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
	  background:url(../images/tabs_top.png);
	  width:630px;
	  height:41px;


      }
   #slideshow .slides-nav li {
      float:left;
      background:url(../images/tabs_off_left.png) no-repeat left top;
      margin:0 2px 0 0;
      padding:0 0 0 12px;
	  font-family:arial, "Times New Roman", Times, serif;
	  font-size:20px;
	  text-decoration:none;

      }
    #slideshow .slides-nav li a {
      display:block;
      background:url(../images/tabs_off_right.png) no-repeat right top;
      padding:8px 15px 9px 6px;
      text-decoration:none;
      font-weight:normal;
      color:#FFF;

	
      }
    #slideshow .slides-nav li.on {
	  background-image:url(../images/tabs_on_left.png);
	  text-decoration:none;
      color:#FFF;
	
      }

    #slideshow .slides-nav li.on a{
	background-image:url(../images/tabs_on_right.png);
	color:#FFF;
	text-decoration:none;

      }



.slides_image{
	float:left;
	width:315px;
	
	}
	
	
	
.slides_text{
	float:left;
	width:270px;
	padding-left:10px;
	
	}
	
		

.deal {
	background:url(../images/great_deal.png);
	position:relative;
	z-index:20;
	top:-22px;
	left:-5px;
	width:105px;
	height:105px;
	float:left;
	}
	
	
	.deal_right {
	background:url(../images/great_deal_right.png);
	position:relative;
	z-index:20;
	top:-23px;
	left:5px;
	width:105px;
	height:105px;
	float:right;
	}

