*{ margin:0px; padding:0px;}


.quake-slider
{
    
    width: 100%;
    height: 379px;
    
    
    /*box-shadow: 0px 0px 2px #090909;*/
    background-color: White;
}
.quake-nav
{
    width: 100%;
}
.quake-nav a
{
    width: 67px;
    height: 67px;
}


.quake-nav-wrapper
{
    margin: 0;
    padding: 0;
    width: 990px;
    top: 0;
    left: 0;
}
.quake-nav-wrapper.outside
{
   
    margin: auto;
   
    
   
}
.quake-nav-wrapper.inside
{
    margin: -50px auto;
    top: 0;
    left: 0;
    width: 140px;
    padding: 7px;
    padding-top: 15px; 
   

}
.quake-nav-container
{
    padding: 0;
    margin: auto;
	
}
.quake-nav-control
{
    width: 22px;
    height: 22px;
    background-image: url(../images/circle.gif);
    background-repeat: no-repeat;
}
.quake-nav-control.active
{
    background-image: url(../images/circle-active.gif);
}
.quake-highlight
{
    color: Yellow;
}
.quake-highlight a
{
    color: Yellow;
}
.quake-link
{
    position: absolute;
    z-index: 101;
}
.quake-thumbnail
{
    width: 98px;
    height: 76px;
    background: url(../images/thumb_bg.png) no-repeat center center;
}
.quake-thumbnail-preview
{
    width: 84px;
    height: 48px;
    margin: 7px 0 0 7px;
    background-color: White;
}
.quake-thumbnail-preview img
{
    border: none;
}









.quake-slider-wrapper
{
	width:100%;
    position: relative;
}
.quake-slider
{
    position: relative;
    overflow: hidden;
}
.quake-nav
{
    position: absolute;
    z-index: 1000;
    top: 45%; 
}
.quake-nav a
{
    position: absolute;
    text-decoration: none;
    background-repeat: no-repeat;
    z-index: 10000;
    cursor: pointer;
    text-indent: -9999px;
}
.quake-prev
{
    left: 0px;
}
.quake-next
{
    right: 0px;
}


.quake-nav-wrapper
{
    position: relative;
    z-index: 102;
}
.quake-nav-container
{
    margin: auto;
    margin-top: 0px; 
}
.quake-nav-control
{
    cursor: pointer;
    display: inline-block;
    text-indent: -9999px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    outline: none;
}

.quake-link
{
    position: absolute;
    z-index: 101;
}
.quake-thumbnail
{
    position: absolute;
    z-index: 111;
    overflow: hidden;
}
.quake-thumbnail-preview
{
    overflow: hidden;
}
.quake-thumbnail-preview img
{
    border: none;
}
