/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.7
	Site	: www.buildinternet.com/project/supersized
	
	Theme 	: Shutter 1.2
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/

	/* Controls Bar
	----------------------------*/
#controls-wrapper {
	margin: 0 auto 55px auto;
	padding: 20px 31px 15px 31px;
	height: auto;
	width: 400px;
	max-width: 400px;
	bottom: 0px;
	left: 0;
	z-index: 4;
	background: rgb(39, 169, 225); /* The Fallback */
    background: rgba(39, 169, 225, 0.9); 
    zoom: 1;
	position: fixed;
}
#controls-wrapper a{
	color:#666666;
	text-decoration:none;	
}

#controls-wrapper a:hover{
	color:#ffffff;
	text-decoration:none;	
}

#controls-wrapper-design {
	margin: 0 auto 55px auto;
	padding: 20px 31px 15px 31px;
	height: auto;
	width: 200px;
	bottom: 0;
	left: 0;
	z-index: 4;
	background: rgb(74, 68, 63); /* The Fallback */
    background: rgba(74, 68, 63, 0.95); 
    zoom: 1;
	position: absolute;
	color: #e0dede;
}

#controls-wrapper-research {
	margin: 0 auto 5% auto;
	padding: 2% 31px 1% 31px;
	height: auto;
	width: 50%;
	max-width: 500px;
	bottom: 0px;
	left: 0;
	z-index: 4;
	background: rgb(65,65,65); /* The Fallback */
    background: rgba(65,65,65, 0.95); 
    zoom: 1;
	position: fixed;
}

#controls-wrapper-research a{
	color:#FFFFFF;
	
}

#slidecaption {
	overflow: hidden;
	color: #FFF;
	font-size:1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	line-height: 1.6em;
}

ul#slide-list {
float:right;
padding-top: 10px;
margin-right: -5%;
}
ul#slide-list li {
	list-style: none;
	width: 12px;
	height: 12px;
	float: left;
	margin: 0 5px 0 0;
}
ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover {
	background-position: 0 0px;
}
ul#slide-list li a {
	display: block;
	width: 12px;
	height: 12px;
	background: url('../img/nav-dot-home.png') no-repeat 0 -24px;
}
ul#slide-list li a:hover {
	background-position: 0 -12px;
	cursor: pointer;
}

#prevslide, #nextslide{ position:absolute; height:43px; width:43px; top:50%; margin-top:-21px; opacity:0.6; }
#prevslide{ left:10px; background:url('../img/back.png'); }
#nextslide{ right:10px; background:url('../img/forward.png'); }
#prevslide:active, #nextslide:active{ margin-top:-19px; }
#prevslide:hover, #nextslide:hover{ cursor:pointer; }
