.hide {
    display: none;
}
section.rotator {
    /*border-bottom: 4px solid #000;*/
    width: 900px !important;
    height: 440px !important;
    overflow: hidden;
    position: relative;
	z-index: 10;
	/*
	background:url("../../includes/img/header_shadow.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	*/
	padding: 0px 25px 0px 35px;
}

section.rotator div.pane {
    position: absolute;
    width: 900px;
    height: 440px;
    background-repeat: no-repeat;
    background-position: left top;
	/*cursor: pointer;*/
	z-index: 10;
}

section.rotator div.pane_video {
    position: absolute;
    width: 187px;
    height: 125px;
    background-repeat: no-repeat;
    background-position: left top;
	cursor: pointer;
	z-index: 10;
	background: #181818;
}
img.contentControl {
    position: absolute;
    margin-top: 225px;
    z-index: 10000;
    cursor: pointer;
    _cursor: hand;
}
#moveLeft {
    margin-left: -25px;
}

#moveRight {
    margin-left: 905px;
}
div.info {
	font-size: 16px;
	color: #ffffff;
	padding: 10px 0px 10px 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 900px;
	height: auto;
	overflow: hidden;
	text-align: center;
	text-shadow: 1px 1px 3px rgba(0,0,0,.8);
	background: #181818;
	background: rgba(0, 0, 0, .8);

}
div.info_video {
	font-size: 14px;
	color: #ffffff;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 187px;
	height: 125px;
	overflow: hidden;
	text-shadow: 1px 1px 3px rgba(0,0,0,.8);
	background: #181818;
	background: rgba(0, 0, 0, .6);
	border-radius: 10px;
}

div.info h2 {
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

div.info h3 {
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}


div.info.rambling {
    margin-top: 210px;
    margin-left: 270px;
    width: 125px;
}

div.info.rambling h2 {
    color: red;
}

a, a:active, a:visited { color: #e85; }
a:hover { color: #d96; }

