html{
height:100%;
}


BODY
{

background-image: url("bg_logo_upsud.jpg");
background-repeat: repeat;
background-position: top center;
height:100%;
font-size:12px;
	
font-family: Helvetica Neue, Arial, sans-serif;


}


#module {  
 

 
box-shadow: 0 0 0px #d7d7d7 inset, 0 0 0px #d7d7d7 inset, 0 0 15px #d7d7d7;
 
}  

.slide-desc-bg {
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity = 80);
}
.slide-desc-text {
	color: #fff;
	padding: 10px;
	
}
.slide-desc-text .slide-title {
	font-size: 1.5em;
	color: #eeee88;
	margin-bottom: 5px;
}
.slide-desc-text .slide-title a {
	color: #eeee88;
}
.djslider .navigation-container a {
	outline: none;
}
.djslider-loader {
	background: url(loader.gif) center center no-repeat;
}

.djslider li {
	text-align: center;
}

span.load-button {
	width: 12px;
	height: 12px;
	display: block;
	background: #334;
	float: left;
	margin-right: 4px;
	cursor: pointer;
	border-radius: 5px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	opacity: 0.2;
	filter: alpha(opacity = 20);
}
span.load-button-active {
	opacity: 0.6;
	filter: alpha(opacity = 60);
}
