.promo_slider_wrapper { margin:10px 0; position:relative; }
.promo_slider { height:235px; overflow:hidden; position:relative; }
.promo_slider img { margin:0; padding:0; }
.promo_slider .panel { background:#363636; display:none; float:left; overflow:hidden; width:100%; height:100%; }
.promo_slider .panel-1 { display:block; }
.pointer {cursor:pointer; cursor:hand;}
.ps_hover { display:none; }
.promo_slider:hover .ps_hover { display:block; }
.promo_slider_sep { font-weight:normal; }

/* DEFAULT SLIDER NAV - If enabled */
.promo_slider_nav {
	display:none;
	position:absolute;
	bottom:0px; right:0px;
	margin:10px;
	padding:5px 10px;
	background-color:#fff;
	color:#666; text-align:center; 
	font-size:12px;
	font-weight:bold;
}
.fancy_ps_nav {background:url('http://cdn.gurl.com/wp-content/plugins/alloydigital-promotion-slider/css/images/nav.png') no-repeat transparent; width:147px; height:49px; line-height:49px; margin:0; padding:0;}
.slider_selections span.current {color:#fff;}

/* OPTIONAL SLIDER NAV LINKS - If enabled */
.left_arrow, .right_arrow {position:absolute; top:40%; width:30px; height:30px;}
.left_arrow { left:0; background:url('http://cdn.gurl.com/wp-content/plugins/alloydigital-promotion-slider/css/images/prev.png') no-repeat;}
.right_arrow { right:0; background:url('http://cdn.gurl.com/wp-content/plugins/alloydigital-promotion-slider/css/images/next.png') no-repeat; }

/* THUMBNAIL SLIDER NAV - If enabled */
.promo_slider_thumb_nav { display:none; position:relative; height:50px; padding:10px 0; background:url('http://cdn.gurl.com/wp-content/plugins/alloydigital-promotion-slider/css/images/slide.png'); overflow:hidden;}
.promo_slider_thumb_nav .thumb_nav { height:50px; margin:0 40px; padding:0; }
.promo_slider_thumb_nav .right_arrow, .promo_slider_thumb_nav .left_arrow { top:20px; }
.promo_slider_thumb_nav .slider_selections span { float:left; display:block; width:50px; height:50px; margin:0 4px 11px 4px; padding:0 1px; overflow:hidden; }
.promo_slider_thumb_nav .slider_selections span.current { border:1px solid #fff; margin-top:-1px; padding:0; }
.promo_slider_thumb_nav img { width:50px; }
.promo_slider_background_image { height: 295px; overflow: hidden; }

/* TITLE DISPLAY - If enabled */
.promo_slider_title {
	display:block;
	/*position:absolute;
	top:0px; left:0px;*/
	width:330px;
	padding:0;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	background-color:#363636;
	border-top:1px dotted #fff;
	padding: 16px 25px 0;
}
.fancy_ps_title {
	background-image:url('http://cdn.gurl.com/wp-content/plugins/alloydigital-promotion-slider/css/images/title.png');
	background-repeat:no-repeat;
	background-position:right;
	width:auto;
	height:77px; 
	padding:0 40px 0 10px;
	font-size:18px;
	text-align:center;
	line-height:77px;
}
.promo_slider_title a {color:#fff; text-decoration:none; font-size: 14px; font-weight: bold; line-height: 15px;}
.promo_slider_title a:hover {text-decoration:underline;}

/* EXCERPT DISPLAY - If enabled */
.promo_slider_excerpt {
	display:block;
	/*position:absolute;
	bottom:0; left:0;*/
	background-color:#363636;
	color:#fff;
	padding:0 25px;
	font-size:13px;
	line-height:15px;
	width:330px;
}
.promo_slider_excerpt p {margin:0; padding:0;}
.promo_slider_excerpt .read-more {display: none;}