
/** Image Manager Styles */
.image_mngr {}

.image_mngr_image {
	display:block;
	clear:both;	
}

.image_mngr_title {
	font-weight: normal;
	line-height: 1;
	font-size: small;
	color:gray;
	clear:both;
}

.image_mngr_desc {
	font-size: small;
	line-height: 1;
	color:gray;
}

.image_mngr_author {
	font-size: small;
	line-height: 1;
	color:silver;
	float:left;
}

.image_mngr_date {
	font-size: small;
	line-height: 1;
	color:silver;
	float:right;
}

.image_mngr_link {
	font-size: small;
	line-height: 1;
	text-decoration: none !important;
}

/** Image Manager Popup Styles */
.image_mngr_popup {
	display:none;
	z-index:9999;
	position:absolute;
	padding:2em;
	border:solid 4px gray;
	background:#e5ebed;
	border-radius:15px;
	-moz-border-radius:15px;
}

.image_mngr_popup .image_mngr_title {
	
	color:#333333;
	font-size: large;
	font-weight: bold;
	margin-bottom: .5em;
}

.image_mngr_popup a {
	font-weight: bold;
	clear:both;
}

.image_mngr_popup .image_mngr_desc {
	color:#333333;
	font-weight: bold;
	clear:both;
	margin-top: 2em;
	line-height: 1.5;
}

.image_mngr_popup .image_mngr_author {
	color:#333333;
	float:left;
}

.image_mngr_popup .image_mngr_date {
	color:#333333;
	float:right;
}

/* Styles for Image Albums */
/*
    GRID
*/
.vscalbum {
    background-color: black;
    padding: 0;
    margin: 0;
    display: block;
    border: solid 1px #195CBF;
}

ul.vscalbum-grid {
    list-style-type:none;
}

.vscalbum-grid .album-item {
    float:left;
    padding:.5em;
    margin:.5em;
    min-width: 10em;
    text-align: center;
    display : none;
}

.vscalbum-grid .album-item .img-title {
    font-weight: normal;
    color: white;
    font-size: smaller;
    text-align: center;
}

.vscalbum-grid .album-item .medium-img {
    display:none;
}

/*
    SLIDES
*/
ul.vscalbum-slides {
    list-style-type:none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.vscalbum-slides li {
    margin: 0;
    padding: 0;
}

.vscalbum-slides .album-item {
    display: none;
}

.vscalbum .slides-title-holder {
    font-weight: normal;
    font-size: normal;
    color: white;
    border-top: solid 2px silver;
    background-color: black;
    margin: 0;
    padding: .5em;
    text-align: center;
}

.vscalbum .slides-selector {
    height: 44px;
}

.vscalbum-slides .album-item .img-title {
    display: none;
}

.vscalbum-slides .album-item .small-img {
    display:none;
}

.vscalbum-slides .album-item .medium-img {
    display:block;
}

.slides-control {
    font-weight: normal;
    font-size : smaller;
    margin-right: .5em;
    color: white;
    background-color: black;
    margin: 0;
    padding: .25em;
}

.slides-control div {
    padding: 0;
    margin: 0 2px 0 2px;
}

.slides-control .progress {
    float: left;
}

.slides-control .button {
    background: gray;
    float: right;
    min-width: 2em;
    text-align: center;
    cursor: pointer;
}

.slides-selector {
    font-weight: normal;
    font-size : smaller;
    margin-right: .5em;
    color: white;
    background-color: black;
    margin: 0;
    padding: .25em;
    height: 40px;
    text-align: center;
}
