﻿/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 820px;
    height: 500px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/*front theme*/
#frontslidewrap {
	height: 500px;
	width: 820px;
	background-image: url(/App_Themes/Ridestore/Images/ride/slidebg.png);
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
}

.jcarousel-front .jcarousel-container {
    width:  820px;
    height: 500px;
    margin-bottom: 10px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.jcarousel-front .jcarousel-container-horizontal {
    width: 820px;
    padding: 0px 0px;
}


.jcarousel-front .jcarousel-clip-horizontal {
    width:  820px;
    height: 500px;
}


.jcarousel-front .jcarousel-item-horizontal {
    margin-right: 0px;
}


.jcarousel-front .jcarousel-item-placeholder {
    color: #000;
    background: transparent url(/App_Themes/Ridestore/Images/Jquery/loading_white.gif) 50% 50% no-repeat;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-front .jcarousel-next-horizontal {
    position: absolute;
    top: 200px;
    right: 8px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/App_Themes/Ridestore/Images/Jquery/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-front .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-front .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-front .jcarousel-next-disabled-horizontal,
.jcarousel-front .jcarousel-next-disabled-horizontal:hover,
.jcarousel-front .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-front .jcarousel-prev-horizontal {
    position: absolute;
    top: 200px;
    left: 8px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/App_Themes/Ridestore/Images/Jquery/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-front .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-front .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-front .jcarousel-prev-disabled-horizontal,
.jcarousel-front .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-front .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}


#stylecontrol-pager 
{
    position: absolute;
    top: 465px;
    left: 687px;
    width:130px;
    height: 30px;
    z-index: 9100;

}
#stylecontrol-pager li
{
    float: left;
    margin-left: 2px;

}
#stylecontrol-pager a
{
    display:block;
     height: 30px;
   width: 30px;
    background: url(/App_Themes/Ridestore/Images/ride/round30.png) no-repeat 0 0;
    color: #fff;
   line-height: 30px;
   font-size: 14px;
   font-weight: bold;
   text-align: center;
   position: relative;
}
#stylecontrol-pager a:hover 
{
}
#stylecontrol-pager a.selected
{
    background: url(/App_Themes/Ridestore/Images/ride/round30.png) no-repeat 0 -30px;
    color: #fff;
}

