.quake-slider
{
    background: url('images/loading.gif') no-repeat center;
    width: 630px;
    height: 245px;
    
    /*box-shadow: 0px 0px 2px #090909;*/
    background-color: White;
}
.quake-nav
{
    width: 630px;
}
.quake-nav a
{
    width: 41px;
    height: 40px;
}
.quake-prev
{
    background-image: url('images/arrow-left.png');
    margin-left: 10px;
}
.quake-next
{
    background-image: url('images/arrow-right.png');
    margin-right: 10px;
}
.quake-prev:hover
{
    background-image: url('images/arrow-left-active.png');
}
.quake-next:hover
{
    background-image: url('images/arrow-right-active.png');
}



.quake-nav-wrapper
{
    margin: 0;
    padding: 0;
    width: 630;
    top: 0;
    left: 0;
}
.quake-nav-wrapper.outside
{
   	 border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
	background:none;
    /* background-image: url('images/transparent.png');*/
    margin: auto;
    width: 140px;
    padding:3px;
    box-shadow:0px 1px 1px #424242;
}
.quake-nav-wrapper.inside
{
    margin: -30px auto;
    top: 0;
    left: 0;
    width: 140px;
    padding: 3px;
    padding-top: 5px;
    background:none;
    border-radius: 8px 8px 0px 0px;
    -moz-border-radius:8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
}
.quake-nav-container
{
    padding: 0;
    margin: auto;
}
.quake-nav-control
{
    width: 22px;
    height: 22px;
    background-image: url('images/circle.png');
    background-repeat: no-repeat;
}
.quake-nav-control.active
{
    background-image: url('images/circle-active.png');
}
.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;
}
