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


/*
scroll styles here
*/

.item { width:920px; height: 200px;}
.item img {float:left;}
.item h2 { border:none; margin-bottom:15px;}

.scrollable { 
position:relative; 
overflow:hidden; 
width: 920px; 
height: 200px;
-moz-border-radius: 12px 12px 12px 12px;
-webkit-border-radius: 12px 12px 12px 12px;
border-radius: 12px 12px 12px 12px;
}
 

.scrollable .items { width:20000em; position: relative;}
.scrollable .items div { float:left;} 
.scrollable .items .item { overflow:hidden;}
.scrollable .items .item p { line-height:16px;}
.navi { width:auto; height:20px;  margin: 15px 0; padding-left: 460px;} 
.navi a { width: 24px; cursor:pointer; height: 22px; float:left; margin:0 0 0 3px; background:url(images/prew_img_button.png) no-repeat scroll top; display:block; font-size:1px;} 
.navi a:hover, .navi a.active { background-position:left top; margin:0 0 0 3px;  background:url(images/prew_img_button_hover.png) no-repeat scroll top}

.header1
{
width: 920px; height: 200px;
}

.header2
{
width: 920px; height: 200px;
}

.header3
{
width: 920px; height: 200px;
}

.header4
{
width: 920px; height: 200px;
}

/* ------------------------------------------------------------------------
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;}