/* 

-----------------------------------------------------------------------------------------------
Author                              : Bhalla Sports Pvt. Ltd.
For further information contact     : http://www.vixenindia.com/
Browser Tested                      : Mozilla FF 2.0, IE 7,8,9 Safari, chorme
Design & Developed by               : Sajid Kassar (+91-9997036359, +91-7520629059)
-----------------------------------------------------------------------------------------------
*/
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	margin-top:35px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	
	
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}

.theme-default .nivoSlider {
	position:relative;
	background:url(../images/loading.gif) no-repeat 50% 50%;
   	border:none;
	width:141px;
	height:98px;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
		
}
.theme-default .nivoSlider a {
	display:block;
	
}

/* 

-----------------------------------------------------------------------------------------------
Author                              : Bhalla Sports Pvt. Ltd.
For further information contact     : http://www.vixenindia.com/
Browser Tested                      : Mozilla FF 2.0, IE 7,8,9 Safari, chorme
Design & Developed by               : Sajid Kassar (+91-9997036359, +91-7520629059)
-----------------------------------------------------------------------------------------------
*/