html {
	
	color: #d5f4fe;
	background: url(images/bg_html.png) repeat center top;
}

body {
	color: #009df6;
	font: 14px/27px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: url(images/bg_blue_new.png) no-repeat center top;
	margin-top: -30px;
	height: 770px;
}

p {
	margin-top: 2px;
	margin-bottom: 2px;
}

p.project {
	font-size: 12px;
	line-height: 24px;
}

a {
	color: #009df6;
	text-decoration: none;
		padding-bottom: 1px;

}

img {
	border: 0px;
}

img.project {
	padding: 2px;
	margin: 3px;
	border: 1px solid #ccc;
}

a:hover {
	border-bottom: 1px solid #009df6;
	padding-bottom: 1px;
}


#banner {
	width: 850px;
	height: 110px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background-position: center center;
	background-repeat: no-repeat;
}

#myController {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	text-align: center;
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-top: 74px;
}

#myController span{
color: #fff;
cursor:pointer;
	font: bold 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-right: 0;
	margin-left: 0;
	padding: 16px 15px;
	text-shadow: #4dc100 1px 1px 1px;
}

#mySlides div.jFlowSlideContainer div span big {
	text-shadow: #90d764 1px 1px 1px;
}

#myController span:hover{
color: #fff;
cursor:pointer;
	font: bold 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-right: 0;
	background-color: #4dc100;
	margin-left: 0;
	padding: 16px 15px;
}

#mySlides div.jFlowSlideContainer div span.link a {
	padding-right: 25px;
}

#mySlides div.jFlowSlideContainer div span.link a:hover {
	padding-right: 25px;
	background: url(images/arrow.png) no-repeat right center;
}


#jFlowSlide{
	width: 800px !important;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
		height: 500px !important;

}

#mySlides {
	height: 500px !important;
}

#myController span.jFlowSelected {
	color: #fff;
	background-color: #4dc100;
	font-weight: bold;
}

.jFlowPrev, .jFlowNext{
cursor:pointer;
}

div.jFlowSlideContainer {
	overflow: hidden !important;
}

