
/* Custom Nav */

/* Slider itself */
.royalSlider.go336 {	
	padding-bottom: 0px;
}
/* Slider with thumbs (used to add padding based on thumbnails size)*/
.royalSlider.go336.with-thumbs {
	padding-bottom: 10px;
}


/* 
	Left and right navigation arrows 	
*/
.royalSlider.go336 .arrow {	
	/* change arrows size here */
	width: 37px;
	height: 51px;
	margin-top:-60px;	
	
	-moz-opacity: 0.5;
	opacity: 0.5;
}
/* arrow position in slider with thumbs */
.royalSlider.go336.with-thumbs .arrow {
	margin-top:-49px;
}

/* left arrow */
.royalSlider.go336 .arrow.left {
background:url(/images/PantoneLive/pantonelive_btn_arrow_left.png) no-repeat 0 0;
	background-position: top left;
	left: -37px;	
}
/* right arrow */
.royalSlider.go336 .arrow.right {
	background:url(/images/PantoneLive/pantonelive_btn_arrow_right.png) no-repeat 0 0;
	background-position: top right;
	right: -37px;
}

/* Arrow down state */
.royalSlider.go336 .arrow:active {
	
}

/* Arrow hover state */
.royalSlider.go336 .arrow:hover {	
	-moz-opacity: 1;	
	opacity: 1;	
}
/* Arrow disabled state */
.royalSlider.go336 .arrow.disabled {
	-moz-opacity: 1;	
	opacity: 1;	
}
.royalSlider.go336 .arrow.left.disabled {	
	background-position: -37px 0px;	
}
.royalSlider.go336 .arrow.right.disabled {	
	background-position: -136px 0px;	
}


/* ======================== Sliders ===================== */


#banner-rotator,
#image-gallery,
#content-slider {	
	width: 100%;
	height: 100%;
	
}
#content-slider {
	width: 425px;
	height: 340px;
}
#content-slider .exampleButton {
	cursor:pointer;
	padding:5px 12px 8px !important;
	font-size:14px;
}
#content-slider .imageItem {	
	margin: 10px 0px 0;
	float: left;
}
#content-slider .centeredSlide {
	margin: 0 auto;
	width: 425px;
}
#content-slider .slideTextBlock {
	float:left;
	width: 400px;
	margin-left: -20px;
	margin-top: 15px;
}
#content-slider h4 {
	color: #555;
	font-size:32px;
	line-height:24px;	
	margin: 5px 0 11px 0;
}
#content-slider .slideTextBlock p {
	color:#000;	
	margin-bottom:10px;
	font-size:16px;			
	font-family: Georgia;
}
/*
#content-slider img, #content-slider iframe {
	float:left;
	background:#FFF;
	padding:8px;
	border:1px solid #EEE;
}
*/
#content-slider .royalSlide,
#content-slider .royalWrapper {
	background: none;
}
/*
#content-slider .royalWrapper {
	
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.30);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.30);
	box-shadow:0 1px 3px rgba(0,0,0,0.30);
	
	background:#F5F5F5;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;	
	
}
*/
#content-slider.royalSlider .royalControlNavOverflow {
	margin-top: 0px;
}
#content-slider.royalSlider .arrow.right {	
	right: 0;
}
#content-slider.royalSlider .arrow.left {	
	left: 0;
}
		