div.slideshow-fill {
	
	width:980px;
	height:240px;
	clear:both;
	margin:0;
	padding:0;
	
}

div.slideshow-wrap {

	width:680px !important;
	height:240px !important;
	overflow:hidden;
	clear:none;
	margin:0 !important;
	padding:0 !important;
	position:relative;

}

ul.slideshow {

	width:9999px;
	height:240px;
	margin:0 !important;
	padding:0 !important;
	display:block;
	list-style-type:none;
	clear:none;
	position:relative;

}

ul.slideshow li {

	width:680px;
	height:240px;
	position:relative;
	float:left;
	clear:none;
	overflow:hidden;
	background-color:#fff;

}

ul.slideshow li p a {

	text-decoration:none !important;
	color:#fff !important;
	
}

ul.slideshow li p a:hover {

	text-decoration:underline !important;
	
}

ul.slideshow li > img {

	position:absolute;

}

ul.slideshow li * img {

	position:inherit;

}


ul.slideshow li div.slideshow-nav {

	position:absolute;
	right:0;
	top:0;
	padding:2px;
	overflow:hidden;

}

ul.slideshow li div.slideshow-nav a {

	display:block;
	background-color:transparent;
	float:left;
	width:11px;
	height:11px;
	margin:2px;
	overflow:hidden;
	text-indent:-9999px;
	border:none;

}

div.slideshow-nav a.prev {

	background:#ccc url('../../../../all/modules/ma_slideshow/images/arrow-left.png') 0 0 no-repeat;

}

div.slideshow-nav a.next {

	background:#ccc url('../../../../all/modules/ma_slideshow/images/arrow-right.png') 0 0 no-repeat;

}

div.slideshow-nav a.play {

	background:#ccc url('../../../../all/modules/ma_slideshow/images/play.png') 0 0 no-repeat;

}

div.slideshow-nav a.pause {

	background:#ccc url('../../../../all/modules/ma_slideshow/images/pause.png') 0 0 no-repeat;

}

ul.slideshow li p a.next {
	
	display:block;
	background-color:#ccc;
	float:left;
	width:11px;
	height:11px;
	margin:2px;
	overflow:hidden;
	text-indent:-9999px;
	background:#4F78D6 url('../../../../all/modules/ma_slideshow/images/arrow-right.png') 0 0 no-repeat;
	
}

ul.slideshow li p {

	display:block;
	clear:both;
	position:absolute;
	bottom:0;
	left:0;
	margin:0 !important;
	width:660px;
	background:transparent url('../../../../all/themes/custom/images/bg-purple-trans.png') 0 0 repeat !important;
	display:block;
	padding:10px;
	font-size:14px !important;
	line-height:16px !important;

}

ul.slideshow li p a img {
	margin-left: 8px;
}

ul.slideshow li p a {
	border:none;
	display:block;
	text-decoration:underline !important;
}

ul.slideshow li p a:hover { text-decoration:none !important; }

div.slideshow-text {
	
	display:block;
	width:330px;
	height:195px;
	padding-top:15px;
	margin-right:20px;
	float:left;
	clear:none;
	color:#fff;
	text-align:right;
	
}

div.slideshow-text p {

	font-size:1em;
	line-height:30px;
	
}

div.slideshow-text a {
	
	color:#fff;
	margin:0 0 0 8px;
	border:none;
	text-decoration:none !important;
	
}

div.slideshow-text a:hover {

	text-decoration:underline !important;
	
}