@import url("camera.css");
/* ------- #wrap-slideshow ---------*/


.offer-banner-section .offer-inner {
	margin-top: 20px;
}

.offer-banner-section .offer-inner .col {
    width: 370px;
    margin-bottom: 20px;
    float: left;
    margin-right: 28px;
    position: relative;
}

.offer-banner-section .offer-inner .col img {
    max-width: 100%;
}

.offer-banner-section .offer-inner .col.last {
	margin-right: 0;
}

.offer-banner-section .offer-inner .col:hover .overlay {
	background-position: 300px 0;
	opacity: 0.5;
}

.offer-banner-section .offer-inner .col .overlay {
    width: 100%;
    height: 100%;
    background-image: url(../img/light-hover.png);
    position: absolute;
    opacity: 0;
    background-position: -265px 0;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
    transition: background-position .5s linear;

}

.offer-banner-section .offer-inner .col .overlay a {
    display: block;
    width: 100%;
    height: 100%;
}

.col-2 {
	width: 555px;
	float: left;
}
.col-2.last {
	float: right;
}

.category-stick:nth-child(even) .thumbnail {
    float: right;
}

#home_adv_popup{display:none}
#simplemodal-overlay{background-color:#000}
#simplemodal-container{height:auto;width:auto;color:#bbb;background-color:#333;border:4px solid #444;padding:12px}
#simplemodal-container .simplemodal-data{padding:8px}
#simplemodal-container code{background:#141414;border-left:3px solid #65b43d;color:#bbb;display:block;font-size:12px;margin-bottom:12px;padding:4px 6px 6px}
#simplemodal-container a{color:#ddd}
#simplemodal-container a.modalCloseImg{background:url(../img/simplemodal/x.png) no-repeat;width:25px;height:29px;display:inline;z-index:3200;position:absolute;top:-15px;right:-16px;cursor:pointer}
#simplemodal-container h3{color:#84b8d9}
#simplemodal-container img{max-width:100%}