#content{
	width: 1000px;
}
.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 285px; /*width of featured content slider*/
	float: right;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute;
	width: 240px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	right: 0px;
	padding-right: 45px;
}

.pagination {
	float: left;
	padding-left: 80px;
	padding-right: 10px;
	padding-top: 15px;
	text-align: center;
	
}

.pagination a {
	color: #000000;
}

.pagination a:hover {
	color: #666666;
}

.selprojlogoframe {
	padding: 4px;
	height: 60px;
	width: 117px;
	border: 1px dashed #636363;
	background-color: #111111;
}


/*-----Project Slider Settings-----*/

#projslider{
	width: 320px;
	height:320px;
	right: 0;
	float: right;
}

#projslider .contentdiv{
	width: 240px;
}

#paginate-projslider{
	width: 575px;
	height:300px;
	float: left;
}

/*-----Jquery Settings for selected project - logo page-----*/

#myController span{
	color:#728456;
	cursor:pointer;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #728456;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

#jFlowSlide{
	width: 575px;
	height:300px;
}

#myController span.jFlowSelected {
	color: #EC008C;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EC008C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;	
}

/*-----Jquery Settings for services-----*/

.sliderwrapper2{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 450px; /*width of featured content slider*/
	float: left;
	padding-left: 80px;
	padding-right: 45px;
	padding-top: 15px;
	height:auto;
}

.sliderwrapper2 .contentdiv2{
	visibility: hidden; /*leave as is*/
	position: absolute;
	width: 450px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	left: 0px;
}

.pagination2 {
	float: right;
	width: 240px;
	line-height:25px;
	padding-top: 7px;
	padding-right: 45px;
	padding-left: 35px;

}

.pagination2 a, .pagination2 a:visited {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #728456;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #728456;
}

.pagination2 a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EC008C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #EC008C;
}


#projslider2{
	width: 555px;
	height: 210px;
	left: 0;
	float: left;
}

#projslider2 .contentdiv2{
	width: 555px;
}

#paginate-projslider2{
	width: 240px;
	height: 240px;
	float: right;
}

#instruc {
	position: relative;
	height:auto;
}

#instruc a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #728456;
	text-decoration: none;
	position: relative;
}

#instruc a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C4DF9B;
	text-decoration: none;
	position: relative;
}

