#slideshow-container, #slideshow-loading {
    overflow: hidden; 
    width: 471px; 
    height: 421px;
}

#slideshow-container {
	display:none;
}

#slideshow-loading {
	background: white url(/plugins/images/loading_animation.gif) no-repeat 232px 180px;
}

#promo_slideshow { 
	left: 20px 
}

#rotating_promo_nav { 
	width: 100%; 
	height: 80px; 
	margin: 0px; 
	position: relative; 
    border: 0 none ; 
    padding: 0pt; 
    left: 175px; 
    top: 208px;
    z-index: 900;
}

#rotating_promo_nav li { 
	width: 50px; 
	float: left; 
	margin-right: 6px; 
	list-style: none; 
}

#rotating_promo_nav a { 
	width: 48px; 
	padding: 0px; 
	display: block; 
	border: 1px solid #ffffff; 
}

#rotating_promo_nav a:focus { 
	outline: none; 
}

#rotating_promo_nav img { 
	border: none; 
	display: block; 
}

.rotating_promo_nav_buttons {
	position: relative;
	top: -258px;
	right: 0px;
	width: 54px;
	float: right;
	z-index: 1200;
}

.promo_nav_button {
	width: 40px;
	height: 25px;
	margin-left: -3px;
	outline: 0;
}

.promo_pics { 
	height: 421px; 
	width: 450px; 
	padding: 0; 
	margin: 0; 
	overflow: hidden; 
	z-index: 100; 
    vertical-align: top; 
    position: relative; 
    top: -93px;
}

.promo_pics img { 
	height: 250px; 
	width: 450px; 
	padding: 0px; 
	border: 0px solid #ccc; 
	background-color: #eee; 
	top: 0; 
	left: 0; 
}

.promo_pics img { 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
}

.rotating_promo_textblock { 
	background-color: #f6f6f6; 
	border: 1px; 
	border-color: #eaeaea; 
	width: 450px; 
	height: 150px;
	position: relative;
	top: 0;
	float: left; 
}

.rotating_promo_textblock h1 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 21px; 
	font-weight: normal;
	color:#004c85;
	margin: 10px 0 6px 0;
}

.slideshow-readmore {
	float: right;
	padding-right: 10px;
	font-family: "Trebuchet MS",Trebuchet,Verdana,Helvetica,Arial,sans-serif;
	font-size: 12px;
}

.slideshow-readmore a {
    text-decoration: none;
    text-align: right;
}

.slideshow-readmore a:hover {
    text-decoration: underline;
}

#slideshow-settings table {
    float: left;
}

#slideshow-settings th {
    text-align: right;
    font-weight: bold;
    padding: 0 2px 0 2px;
    border: 1px solid black;
}

#slideshow-settings td {
    text-align: left;
    font-weight: normal;
    padding: 0 2px 0 2px;
    border: 1px solid black;
}

#slideshow-settings-save {
    float: left;
    clear: both;
}