@charset "utf-8";
/* CSS Document */

img{
	border:none;
}

/*====================================================================SLIDER==============================================================*/

.theme-default #slider {
    /*margin:100px auto 0 auto;*/
    width:958px; /* Make sure your images are the same size */
    height:394px; /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:150px;
}

/*------------------------------------------------------SCROLLABLE------------------------------------------------------------------*/


.scrollable {
    position:relative;
    overflow:hidden;
    width: 796px;
    height:139px;
	float:left;
}
.scrollable .items {
    /* this cannot be too large */
    width:20000em;
    position:absolute;
    clear:both;
}

.items div {
    float:left;
    width:796px;
	margin-left:5px;
}

/* single scrollable item */
.scrollable img {
    float:left;
    margin:0 5px 0 0;;
    width:153px;
    height:140px;
	cursor:pointer;
}

/* active item */
.scrollable .active {
    border:2px solid #000;
    position:relative;
    cursor:default;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
    display:block;
    width:51px;
    height:51px;
    float:left;
    margin:40px 0;
    cursor:pointer;
    font-size:1px;
}

/* disabled navigational button */
a.disabled {
    visibility:hidden !important;
}

.left{
	margin-right:10px;
}