/*
* Originally pulled from
* http://www.glasgowsciencecentre.org/modules/mod_wsbanner/css/wsbanner.css
*/

/* ------------------------------------------ */
/* -------- Default WS Banner Styles -------- */
/* ------------------------------------------ */

#wsbanner_wrapper
{
	width: 100%;
	/*overflow: hidden;*/
	position: relative; /* Fix for IE7 Horizontal Scroll */
}
.wsbanner_slide
{
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.wsbanner_slide_text
{
	margin-left: auto;
	margin-right: auto;
}
.wsbanner_slide_titlecontainer
{
	height: 300px;
	position: relative;
}
.wsbanner_slide_title
{
	position: absolute;
	bottom: 0;
}
.wsbanner_slide_separator
{
	height: 1px;
	padding: 0;
	color: #000;
	background: #000 none;
}

/* ------ */

#wsbanner_arrow_left, #wsbanner_arrow_right
{
	position: absolute;
	top: 250px;
	height: 30px;
	width: 30px;
	color: #fff;
	background-color: #000;
	font-weight: bold;
	padding-top: 12px;
	font-size: 16pt;
	text-align: center;
}
#wsbanner_arrow_left
{
	left: 0px;
}
#wsbanner_arrow_right
{
	right: 0px;
}
#wsbanner_arrow_left.hover, #wsbanner_arrow_right.hover
{
	background-color: #ac0000;
}




