/*
scroll styles here
*/

.item { width:1000px; height:250px; padding:10px 20px 10px 10px;}
.item img {float:left;}
.item h2 { border:none; margin-bottom:15px;}

.scrollable { position:relative; overflow:hidden; width: 1000px; height: 250px;} 
.scrollable .items { width:20000em; position:absolute;}
.scrollable .items div { float:left;} 
.scrollable .items .item { overflow:hidden;}
.scrollable .items .item p { line-height:24px;}
.navi { width:auto; height:20px; float:right; margin:5px 0;} 
.navi a { width:23px; cursor:pointer; height:24px; float:left; margin:0 0 0 1px; background:url(../images/z_prev_but.png) no-repeat scroll right top; display:block; font-size:1px;} 
.navi a:hover, .navi a.active { background-position:left top; margin:0 0 0 1px;  background:url(../images/z_prev_but_hov.png) no-repeat scroll right top}


/* ------------------------------------------------------------------------
DO NOT CHANGE
------------------------------------------------------------------------- */


div.pp_overlay {background: #000;display: none;left: 0;position: absolute;top: 0;width: 100%;z-index: 9500;}
div.pp_pic_holder {display: none;position: absolute;width: 100px;z-index: 10000;}


.prev_img_bor{
    background: url(../images/z_prev_img_bor.png) no-repeat;
    padding: 8px;
    width: 540px;
}

