/* This stylesheet is used to style the home page specials slider */



/* ======================== Slider Content Code ===================== */
#home-specials-container {
	margin: 0 auto;	
	height: 234px;
  /*  background: url(specialsbox.jpg) repeat-x top; */
}

#specials-slider {
	width: 300px;    
	height: 194px;  
	padding-top: 10px;
	padding-left: 10px;
}


#specials-slider .royalWrapper {
	background:#F5F5F5;
}


#specials-slider .imageItem {	
	padding: 0 10px 10px 10px;
}


#specials-slider .centeredSlide {
	margin: 0 auto;
	width: 100%;
}

#specials-slider .slideTextBlock {
	width: 100%;
	margin-left: 0px;
	margin-top: 0px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 14px;
	color:#555;	
}


#specials-slider h4 {
	color: #555;
	font-size:25px;
	line-height:10px;	
	margin: 5px 0 5px 0;
	width: 100%;
	text-align: center;
}

#specials-slider .slideTextBlock p {
	margin-bottom:10px;
}

#specials-slider .slideTextBlock a {
	color:#000;	
}

#specials-slider .slideTextBlock a:hover {
	color: #ff9933;
}

#specials-slider img, #content-slider iframe {
	/* float:left; */
	background:none;
	padding:0px;
	border:0;
}
#specials-slider .royalSlide,
#specials-slider .royalWrapper {
	background: none;
}
#specials-slider.royalSlider .royalControlNavOverflow {
	margin-top: 2px;
}
#specials-slider.royalSlider .arrow.right {	
	right: 0;
}
#specials-slider.royalSlider .arrow.left {	
	left: 0;
}
	
/* ======================== Slider Skin Code ===================== */

/* Slider skin itself */
.royalSlider.iskin {	
	padding-bottom: 26px;#specials-slider
}


/* Slider with thumbs (used to add padding based on thumbnails size)*/
.royalSlider.iskin.with-thumbs {
	padding-bottom: 62px;
}


/* 
	Left and right navigation arrows 	
*/
.royalSlider.iskin .arrow {	
	background:url(HPSpecialsSliderControls-sprite.png) no-repeat 0 0;

	/* change arrows size here */
	width: 32px;
	height: 32px;
	margin-top: 60px;	
	
	-moz-opacity: 0.8;	
	opacity: 0.8;
}


/* arrow position in slider with thumbs */
.royalSlider.iskin.with-thumbs .arrow {
	margin-top:0px;
}

/* left arrow */
.royalSlider.iskin .arrow.left {
	background-position: top left;
	left: 0px;	
}
/* right arrow */
.royalSlider.iskin .arrow.right {
	background-position: top right;
	right: -10px;
}


/* Arrow down state */
.royalSlider.iskin .arrow:active {
	
}

/* Arrow hover state */
.royalSlider.iskin .arrow:hover {	
	-moz-opacity: 1;	
	opacity: 1;	
}
/* Arrow disabled state */
.royalSlider.iskin .arrow.disabled {
	-moz-opacity: 1;	
	opacity: 1;	
}

.royalSlider.iskin .arrow.left.disabled {	
	background-position: -32px 0px;	
}
.royalSlider.iskin .arrow.right.disabled {	
	background-position: -136px 0px;	
}



/* 

	Bullets and thumbnails navigation
	
*/
.royalSlider.iskin .royalControlNavOverflow a {	
	background: url(HPSpecialsSliderControls-sprite.png) no-repeat 0 -164px transparent;
	width:18px;
	height:18px;	
	
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
/* Current bullet */
.royalSlider.iskin .royalControlNavOverflow a.current {	
	background-position: 0 -182px !important;
}
/* Bullet hover state */
.royalSlider.iskin .royalControlNavOverflow a:hover {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

/* Bullets nav or thumbnails main container */
.royalSlider.iskin .royalControlNavOverflow {
	margin-top:4px;
}
