div#GalleryPhoto {
    width: 557px;
    height: 93px;
}
div.scrollable { 
    position: relative;
    overflow: hidden;
    width: 557px;
    height: 91px;
    border: solid 1px #ccc;
} 
div.scrollable div.items { 
    width: 20000em;
    position: absolute;
} 
div.scrollable div.items a {
	display: inline;
	float: left;
	border: solid 1px #ccc;
	padding: 2px;
	margin: 5px;
}
div.scrollable div.items a img {
	border: solid 0px;
	width: 100px;
	height: 75px;
}
div.items div.active { 
    border: 1px inset #ccc; 
    background-color: #fff; 
}

/*BOTONES List Photos*/
div#GalleryPhoto a.browse {
	background: url(../../images/hori_large.png) no-repeat;
	position: absolute;
	width: 30px;
	height: 30px;
	z-index: 2;
	cursor: pointer;
}
div#GalleryPhoto a.right { 
	background-position: 0 -30px;
	margin-top: 30px;
	margin-left: 565px;
}
div#GalleryPhoto a.right:hover { background-position: -30px -30px; }
div#GalleryPhoto a.right:active { background-position: -60px -30px; }
div#GalleryPhoto a.left { 
	margin-left: -15px;
	margin-top: 30px;
}
div#GalleryPhoto a.left:hover { background-position: -30px 0; }
div#GalleryPhoto a.left:active { background-position: -60px 0; }
div#GalleryPhoto a.disabled { visibility: hidden !important; }






div#GalleryAlbum {
    width: 557px;
    height: 202px;
	margin-bottom: 10px;
}
div.ScrollAlbum { 
    position: relative;
    overflow: hidden;
    width: 555px;
    height: 200px;
	border: solid 1px #ccc;
} 
div.ScrollAlbum ul.items { 
    width: 20000em;
    position: absolute;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
div.ScrollAlbum ul.items li {
	display: inline;
	float: left;
	width: 193px;
	height: 200px;
}
div.ScrollAlbum ul.items li a {
	margin: 5px;
	display: block;
	width: 183px;
	height: 190px;
	text-decoration: none;
}
div.ScrollAlbum ul.items li a img {
	border: solid 1px #ccc;
	padding: 2px;
	width: 177px;
	height: 150px;
	margin-bottom: 5px;
}
div.ScrollAlbum ul.items li a span.tituloalbum {
	width: 173px;
	height: 19px;
	padding: 5px;
	display: block;
	background: #ccc;
}
div.ScrollAlbum ul.items li a span.tituloalbum strong {
	display: block;
	line-height: 19px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
}
div.ScrollAlbum ul.items li a span.tituloalbum b {
	position: absolute;
	width: 18px;
	height: 19px;
	line-height: 19px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	margin-top: -19px;
	text-align: right;
	margin-left: 145px;
	background: #FFF;
	padding-right: 5px;
	padding-left: 5px;
}
div.items div.active { 
    border: 1px inset #ccc; 
    background-color: #fff; 
}

/*BOTONES List Album*/
div#GalleryAlbum a.browse {
	background: url(../../images/hori_large.png) no-repeat;
	position: absolute;
	width: 30px;
	height: 30px;
	z-index: 2;
	cursor: pointer;
}
div#GalleryAlbum a.right { 
	background-position: 0 -30px;
	margin-top: 30px;
	margin-left: 565px;
}
div#GalleryAlbum a.right:hover { background-position: -30px -30px; }
div#GalleryAlbum a.right:active { background-position: -60px -30px; }
div#GalleryAlbum a.left { 
	margin-left: -15px;
	margin-top: 30px;
}
div#GalleryAlbum a.left:hover { background-position: -30px 0; }
div#GalleryAlbum a.left:active { background-position: -60px 0; }
div#GalleryAlbum a.disabled { visibility: hidden !important; }



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
