div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:right;
	width:400px; 
	position:relative;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
div.controls 
{
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 400px;
	height: 350px
}
div.slideshow {
	clear: both;
	position:relative;
	top:160px;
	left:40%;
	height:300px;
	width:300px;

}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;

}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
div.slideshow img {
	border: none;
	display: block;
}

a.download {
background:  url('../img/online.png');
color: #ed0;
}

a.online{
background:  url('../img/online.png');
}

.image {
float:left;
margin:0;
margin-bottom:5px;
margin-top:5px;
}

.full{
margin-top:5px;
background:  url('../img/ver_image.png');
margin-bottom:5px;
}

.offline {
margin-top:5px;
background:  url('../img/offline.png');
margin-bottom:5px;
}

.proyecto {
background:  url('../img/project.png');
}

.date {
background:  url('../img/date.png');
margin-top:5px;
}

.type {
background:  url('../img/type.png');
}

div.embox a {
color: #ed0;
float: left;
font-weight:bold;
font-size:12px;
background-repeat:no-repeat;
padding: 0 0 0 25px;
margin-bottom:5px;
margin-top:5px;
cursor: url('../img/hand.png') , pointer;
}

div.embox a:hover {
color: #light;
}

div.embox span {
float:left;
font-weight:bold;
font-size:12px;
background-repeat:no-repeat;
padding: 0 0 0 25px;

}

div.embox img {
margin-top: 5px;
margin-bottom:5px;
margin-left:-2px;
}

div.embox {
	clear: both;
	position:absolute;
	padding: 12px;
	top:47%;
	left:-10px;
	height:150px;
	width:150px;

}
div.image-title {
	font-weight: bold;
	font-size: 1.2em;
	clear:both;
}

div.image-desc {
clear:both;
padding-top: 7px;
font-family: Trebuchet MS;
}

div.image-desc:hover {
color:white;
text-decoration:none;
border-bottom:0;

}

div.navigation {
	position:absolute;
	top:20%;
	left:20%;
	width:100%;
	height:100px;
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
	position:absolute;
	top:60px;
	left:0%;
	width:600px;
	height:100px;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;


}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
	position:relative;
	top:40px;
	left:150%;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;

}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 0px 4px 0px 4px;
}
div.pagination a:hover {
	color:#eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;	
	border-color: #000;
	color: #ED0;
}
