/*
VAPOUR-TRAIL CAROUSEL SELECTORS
*/

#panels {
	margin-top: 30px;
	margin-left: 20px;
}	

.rackets_panel, .apparel_panel, .grips_panel, .strings_panel, .shuttlecocks_panel{
	width: 626px; /* Defines the size of the visible part of the carousel
		Attention : if you only want to see plain items in the viewport,
		the width of the viewport should take into account of :
		- the items width
		- the right and left padding of items
		- the number of items you want to see in the viewport
	 */
	overflow:hidden; /* Hides extra elements, those outside the viewport area */
	/* Fix for IE */
	position:relative;
	background:transparent url(product_carousel_bg.jpg) no-repeat;
	margin-bottom: 20px;
}

.rackets_panel ul, .apparel_panel ul, .grips_panel ul, .strings_panel ul, .shuttlecocks_panel ul{
	position: relative; /* Enables positionning of elements inside viewport */
	padding: 0; /* Resets default - User Agent - style */
	margin: 0;
}
.rackets_panel li, .apparel_panel li, .grips_panel li, .strings_panel li, .shuttlecocks_panel li{
	width: 190px; /* Defines the size of inner element */
	height: 258px;
	float: left; /* Places list items side by side*/
	list-style: none; /* Resets default - User Agent - style */
	
	/* Cosmetic */
	background: transparent url(../../../layouts/images/racket_divider.gif) right center no-repeat;
	margin: 0px;
	padding: 10px;
	text-align:center;
	position:relative;
}

/*
 override width and image background for larger products panel
*/

.apparel_panel, .grips_panel, .strings_panel, .shuttlecocks_panel {
	width: 956px; /* Defines the size of the visible part of the carousel
		Attention : if you only want to see plain items in the viewport,
		the width of the viewport should take into account of :
		- the items width
		- the right and left padding of items
		- the number of items you want to see in the viewport
	 */
	 background:transparent url(product_carousel_bg_lrg.jpg) no-repeat;
}

/*
	override width for apparel list item
*/

.apparel_panel li, .grips_panel li, .strings_panel li{
	width: 300px; /* Defines the size of inner element */
}

.shuttlecocks_panel li {
	width: 200px;
	margin-left: 20px;
}	

/*
	set margin for apparel item <a> tag
*/

.apparel_panel li a {
	margin-left:30px;
	display:inline-block;
	padding-top: 22px;
}

/*
	set margin for grips item <a> tag
*/
.grips_panel li a {
	margin-left:-35px;
	display:inline-block;
}

/*
	set margin for grips item <a> tag
*/
.strings_panel li a {
	margin-left:0px;
	display:inline-block;
}

/*
	set margin for shuttlecocks item <a> tag
*/
.strings_panel li a {
	margin-left:0px;
	display:inline-block;
}

.rackets_panel li img{
	display: inline;
}

.rackets_panel li p{
	position: absolute;
	top: 123px;
	left : 139px;
}

.rackets_panel li span{
	position: relative;
	top: -5px;
	color: #000000;
	font-weight: bold;
	font-size: inherit;
}

/* Cosmetic */
.previous, .next{
	cursor: pointer;
	font-size: 0.8em;
	text-decoration: underline;	
}

.previous {
	background : transparent url(med_left_arrowSprite.png) no-repeat 0 0;
	position: absolute;
	bottom : 10px;
	left : 10px;
	z-index : 20;
	width:43px;
	height: 43px;
}

.next {
	position: absolute;
	bottom : 10px;
	right : 10px;
	z-index: 20;
	width:43px;
	height: 43px;
	background : transparent url(med_right_arrowSprite.png) no-repeat 0 0;
}

/* filters buttons only */

.filters_panel #ranges {
	background: transparent url(filter_ranges_sprite.gif) no-repeat 0 0;
}

.filters_panel #ranges:hover {
	background: transparent url(filter_ranges_sprite.gif) no-repeat 0 -41px;
}

.filters_panel #ranges.selected {
	background: transparent url(filter_ranges_sprite.gif) no-repeat 0 -41px;
}

.filters_panel #hh {
	background: transparent url(filter_hardHitter_sprite.gif) no-repeat 0 0;
}

.filters_panel #hh:hover {
	background: transparent url(filter_hardHitter_sprite.gif) no-repeat 0 -41px;
}

.filters_panel #hh.selected {
	background: transparent url(filter_hardHitter_sprite.gif) no-repeat 0 -41px;
}

.filters_panel #ls {
	background: transparent url(filter_longSwing_sprite.gif) no-repeat 0 0;
}

.filters_panel #ls:hover {
	background: transparent url(filter_longSwing_sprite.gif) no-repeat 0 -41px;
}

.filters_panel #ls.selected {
	background: transparent url(filter_longSwing_sprite.gif) no-repeat 0 -41px;
}

.filter_btn {
	display : block;
	width : 250px;
	height : 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}