/*------------------------
---------------- CONTENT
------------------------*/
	
/* You might want to change these options for the main container */
#topSlider, #topSlider li {
	height: 300px;
	width: 980px;
    margin:10px 0px 10px 0px;
}
#latestReleases, #latestReleases li, #advanceOrders, #advanceOrders li, #mostPopular, #mostPopular li,#gwproducts,#gwproducts li {
    height:346px;
    width:980px;
}
	
/* images container - This is the most important container - Don't change important properties */
#topSlider, #advanceOrders, #latestReleases, #mostPopular,#gwproducts {
	list-style: none !important;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	position: relative !important;	
}

/* each slider item - Nothing to change here */
#topSlider li, #advanceOrders li, #latestReleases li, #mostPopular li, #gwproducts li {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	width: 100%;			
}
		
/* Don't edit this part */
#topSlider li.current, #advanceOrders li.current, #latestReleases li.current, #mostPopular li.current,#gwproducts li.current {			
	display: block;
	z-index: 2 !important;			
}
		
/* Don't edit this part */
#topSlider li.next, #advanceOrders li.next, #latestReleases li.next, #mostPopular li.next,#gwproducts li.next {			
	display: block;
	z-index: 1 !important;			
}
		
/* Don't edit this part - prevents inline lists from being hidden */
#topSlider li ul li, #advanceOrders li ul li, #latestReleases li ul li, #mostPopular li ul li,#gwproducts li ul li {		
	display: block !important;
	position: relative !important;		
}

.slider_arrow_left {
	bottom: 10px;
	cursor: pointer !important;
	float: left;
	height: 22px;
	left: 10px;
	position: absolute;
	width: 22px;
	z-index: 5;
}

.advanceorders_arrow_left, .advanceorders_arrow_right, .latestReleases_arrow_right, .latestReleases_arrow_left,.gwproducts_arrow_left, .gwproducts_arrow_right {
    z-index: 5;
    cursor: pointer;
}

/* left arrow image */
.slider_arrow_left {
	background: url(../SiteImages/frontpage/left_arrow.png) no-repeat top left;
}

/*------------------------
-------------- RIGHT ARROW
------------------------*/

/* Sets position and main configs */
.slider_arrow_right {
	bottom: 10px;
	cursor: pointer;
	float: left;
	height: 22px;
	left: 37px;
	position: absolute;
	width: 22px;
	z-index: 5;
}

/* Right arrow Background */
.slider_arrow_right {
	background: url(../SiteImages/frontpage/right_arrow.png) no-repeat top left;
}

/*------------------------
---------------- SELECTORS
------------------------*/

/* Sets configs for selectors containers : absolute positioned in relation to #slider */
.slider_selector, .slider_selector_dis {
	bottom: 14px;
	list-style: none;
	margin: 0 0 0 5px;
	position: absolute;
	right: 10px;
	z-index: 5;
}

/* Sets image of selectors */
.slider_selector li, .slider_selector_dis li {
	display: block !important;
	background: url(../SiteImages/frontpage/slider_selector.png) no-repeat top left;
	cursor: pointer;
	float: left;
	margin: 0 3px !important;
	height: 10px !important;
	position: relative !important;
	width: 10px !important;
}

/* Sets the current selector */
.slider_selector li.current, .slider_selector_dis li.current {
	background: url(../SiteImages/frontpage/slider_selector_current.png) no-repeat top left;
}

/* Disables the selectors */
.slider_selector_dis li {
	cursor: default !important;
	z-index: 5;
}

.slidercontainer {
	float: left;
	position: relative;
	width: 100%;
	z-index: 15;
}