/* ---------------------------------------------------- */
/* GLOBAL
/* ---------------------------------------------------- */


/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
width: 533px;
height:242px;
background:#b7000c;

/*border: 1px solid #ddd;*/}

#slideshow ul {
margin: 0;
padding: 0;
/* background:none; */
background: transparent !important;
list-style-type: none;
height: 1%; /* IE fix */}

#slideshow ul:after {
content: ".";
clear: both;
display: block;
height: 0;
visibility: hidden;}            

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
overflow: hidden;
/* width: 1000px; */
height:auto;
background: transparent !important;
}

#slideshow .slides ul {
width: 2880px; }

#slideshow .slides li {
width: 980px;
float: left;
padding: 10px;
height:510px; 

background: transparent !important;

}

#slideshow .slides h2 {
margin-top: 0;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
/*background-color: #ddd;
border-top: 2px solid #ccc;*/
position: relative;
top:-30px;
left:240px;
z-index:9999;
width:200px;
}

#slideshow .slides-nav li {
float: left;}

#slideshow .slides-nav li a {
display: block;
width:20px;
height:29px;
outline: none;
background:url(pagination.png) no-repeat;
background-position:left;
}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
/*background:url(pagination.png) no-repeat;*/
background-position:left;
/*width:10px;
height:29px;
margin-left:20px;*/
}

.js #slideshow .slides-nav li.on a {
/*background:url(pagination1.png) no-repeat;	*/
}

.photo{
float:left;
width:155px;
height:157px;
padding:5px;
margin:15px 0 0 15px;
background:#fff;
}
.photo_content{
float:right;
width:310px;
margin-right:25px;
}
.photo_heading{
color:#FFFFFF;
display:block;
padding:13px 10px 0 10px;
font-size:20px;
font-weight:bold;
line-height:20px;
text-transform:uppercase;
font-family: "Times New Roman", Times, serif;

}
.photo_desc{
color:#fff;
display:block;
padding:7px;
font-size:13px;
font-weight:500;
font-family: Arial, Helvetica, sans-serif;
}
.photo_desc p{font-size:13px;
font-family: Arial, Helvetica, sans-serif}

.photo_price{
color:#FFFFFF;
display:block;
padding:10px;
font-size:30px;
font-family: "Times New Roman", Times, serif;
}
.addtocart{
width:145px;
height:60px;
margin-top::20px;
background:url(../images/add_cart.jpg);
}