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:left !important;
	width:550px; 
}
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: 550px;
	height: 350px
}
div.slideshow {
	clear: both;
}
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;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* 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;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 5px 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;
}
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: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}

div.navigation {
width: 300px;
float: left;
height: 300px;
}

div.content {
display:block;
}
















#tooltip  h3 {
    font-size: 11px !important;
    font-weight: normal !important;
}

#gallery a {
    text-decoration:none;
    color: #005419;
    font-weight:bold;
}

.albumFrame {
    /* border: solid 1px #c9c9c9; */
    margin: 4px 4px 20px 20px;
    width: 262px;
    /* height: 156px; */
    /*background: transparent url(../img/mediana_project.jpg);
	background-repeat: no-repeat;*/
    float: left;
}


.gallery_big {
    /* border: solid 1px #c9c9c9; */
    background: transparent url(../img/borde_large_project.jpg);
    width: 604px;
    height: 296px;
}

.gallery_big img {
    margin: 5px;
    width: 593px;
    height: 287px;
}
/*
.photoFrame:hover, .albumFrame:hover{
    background-color:#EE6C00;
    border-color:#EE6C00;
}
*/


#galleryPager {
    clear: both;
}

#galleryPager li {
    display: inline;
    margin: 0 3px;
}

.albumCategory {
    /* background-color: #e9e9e9; */
    padding:0 3px;
    font-size: 13px;
    font-weight:bold;
    text-align:center;
    color:#005419;
}

#adminPhotoBack {
    padding-right:10px;
}

.mini {
    font-size:xx-small;
}

.albumDescription {
    /* background-color: #e9e9e9; */
    height: 35px;
    overflow: hidden;
    padding:3px;
    font-size: 12px;
    font-weight:bold;
    color: #EE6C00;
}

.albumView {
    background-image: url(../../../public/img/vermas.jpg);
    width: 74px;
    height: 26px;
    border:none;
    font-weight: bold;
    cursor:pointer;
    color:transparent;
}

.ie6 .albumView,.ie7 .albumView {
    background-color: #EE6C00 !important;
    font-size: 14px !important;
    color: #fff !important;
}

.albumButton {
    text-align:right;
    margin-top: 5px;
}

.photoFrame {
    border: solid 1px #c9c9c9;
    padding: 5px;
    margin: 4px;
    width: 175px;
    float: left;
}

.photoFrame:hover{
    border-color:#EE6C00;
}

.photoTitle {
    background-color: #e9e9e9;
    padding:0 3px;
    font-size: 11px;
    font-weight:bold;
    text-align:center;
    overflow:hidden;
    height: 35px;
}

.renderImage {
    height: 135px;
    overflow:hidden;
}

.albumImage {
    height: 175px;
    overflow:hidden;
}

.thumb {
	height: 86px !important;
	width: 95px !important;
	overflow: hidden !important;
	display: inline-block !important;
}



.caption, #loading {
    display: none;
}

#gallery {
    width: 610px;
    height: 300px;
    background: transparent url(../loading.gif) center center no-repeat;
}

.t_opaque {
    -moz-opacity: 0.5;
    filter:alpha(opacity=50);
    opacity:0.5;
}

.t_bright {
    -moz-opacity: 1;
    filter:alpha(opacity=100);
    opacity:1;
}

.thumb:hover {
    -moz-opacity: 1;
    filter:alpha(opacity=100);
    opacity:1;
}


#galleryPager {
padding-top:15px;
text-align:center;
font-size: 16px;
}
#galleryPager ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
#galleryPager li {
display:inline;
}
#galleryPager a {
border:1px solid #306634;
color:#306634;
margin:2px;
padding:2px 5px;
text-decoration:none;
font-weight:bold;
}
#galleryPager a:hover {
color:#fff;
background-color:#306634;
}
#galleryPager a.active {
background-color:#F7F2D2;
border:1px solid #306634;
color:#306634;
font-weight:bold;
margin:2px;
padding:2px 5px;
}
