
/* Updated on 09/Dec/2013 */

#scroll-pane 
{ 
	overflow: hidden; 
	/*width: 100%;*/ 
	background-color: #000000; 
	margin-left: auto; 
	margin-right: auto;
	position: relative;
	height: 100%;
	/*border: 3px solid yellow;*/
	
	
}

#scroll-content
{
	white-space: nowrap; 
	float: left; 
	list-style-type: none; 
	margin: 0 0 36px;
	position: absolute;
	left: 0px;
	background-color: #000000;
}


.slide
{
	width: 180px;
	height: 100%;
	z-index:1;
	display: inline-block;
	position: relative;
	background-color: #000000;
}

.caption
{
	position: absolute;
	right: 120px;
	top: 50px;
	color: #ffffff;
	font-size: 36px;
	font-family: sans-serif;
	z-index: 10;
	line-height: 38px;
	/*background-image: url('/binaries/caption_background.png');*/
	/*padding: 10px;*/
	width: 350px;
	/*background: url(/binaries/bkgd_drop.png);*/
	padding: 10px;
}

.title
{
	color: #FFFFFF;
	font-size: 40px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	width: 100%;
	white-space: normal;
}

.subtitle
{
	color: white;
	font-size: 14px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	width: 100%;
	white-space: normal;
}

.titlelink
{
	/*color: #00877c !important;*/
	color: #fff !important;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	width: 100%;
	white-space: normal;
}
.titlelink a { color: #fff; }
#dotNavbar
{
	background-color: #ffffff;
	width: 100%;
	height: 20px;
}

#dotNavbar ul
{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#dotNavbar ul>li
{
	display: inline-block;
	padding-left: 2px;
	padding-right: 2px;
	cursor: pointer;
}


.navBumper
{
	position: absolute;
	top: 0px;
	
	width: 35px;
	height: 100%;
	z-index: 2;
	background-color: #00958F;
	/*background-color: red;*/
	cursor: pointer;
	display: inline-block;
	/*border: 5px solid blue;*/
}

#leftNavBumper
{
	left: -32px;
	background-image: url('/binaries/left_scroll_arrow.png');
	background-repeat: no-repeat;
	background-position: center;
                background-color: #337478;
}

#rightNavBumper
{
	right: -32px;
	background-image: url('/binaries/right_scroll_arrow.png');
	background-repeat: no-repeat;
	background-position: center;
                background-color: #337478;
}

#containerRow
{
	position: relative;
	/*border: 7px solid black;*/
	padding: 0;
	margin: 0;
	display: block;
	/* width: auto; */
	text-align: center;
}

#containerRow .span12
{
	/*border: 3px solid orange;*/
	float: none;
	width: auto;
	width: 100% !important;
	margin:0;
}

#circles
{
	position: absolute;
	right: 3px;
	top:0px;
	z-index: 5;
	width: 189px;
	height: 100%;
}

#circles img
{
	height: 100%;
	position: absolute;
	right: 0px;
}