/*----------------  BEGING GALLERY ------------------*/

/*-----Full linear gallery----*/
#set-filmstrip {
	position: relative;
}

#set-filmstrip .filmstrip { 
    position: relative; 
    overflow: hidden; 
    width: 85%; 
    height: 80px;
	float: left;
	padding: 5px;
	margin-top: 30px;
	border-bottom: 1px solid #555555;
}

#set-filmstrip .filmstrip .items { 
    /* this cannot be too large */ 
    width: 20000em; 
    position: absolute;
	margin: 8px 5px 5px 5px;
} 

#set-filmstrip .filmstrip .items div { 
    float: left;
	width: 50px;
	height: 50px;
	overflow:hidden;
	padding: 2px;
	margin: 2px 3px 2px 3px;
	cursor: pointer;
	background-position: center center;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#set-filmstrip .filmstrip .items div.hover, #set-filmstrip .filmstrip .items div:hover { 
	background-color: #F12A99;
}

#set-filmstrip .filmstrip .items .active { 
    border: 3px solid #F12A99;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#set-filmstrip .prev, #set-filmstrip .next, #set-filmstrip .prevPage, #set-filmstrip .nextPage {
	width: 26px;
	height: 126px;
	overflow: hidden;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 0 2px 0;
}

#set-filmstrip .prev, #set-filmstrip .prevPage {
	background: url('../images/global/prev.png') no-repeat 4px 0px;
}
#set-filmstrip .prev:hover, #set-filmstrip .prevPage:hover {
	background-position: 4px -126px;
}

#set-filmstrip .next, #set-filmstrip .nextPage {
	background: url('../images/global/next.png') no-repeat 2px 0;
	clear: right;
}
#set-filmstrip .next:hover, #set-filmstrip .nextPage:hover {
	background-position: 2px -126px;
}

#set-filmstrip .disabled {
	background-image: none;
}

#set-photos {
	
}

#set-photos .photos-linear {
	position: relative; 
	overflow: hidden; 
	width: 800px; 
	height: 600px;
}

#set-photos .photos-linear .items {
	clear: both;
	width: 20000em;
    position: absolute;
}

#set-photos .photos-linear .items .item {
	position: relative;
	float: left;
	text-align: center;
	width: 800px;
	height: 600px;
}


#set-photos .photos-linear .items .item .caption {
	color: black;
	font-size: 18px;
	padding: 0px 0 0 0;
	width: 100%;
	height: 50px;
	position: absolute;
	background-color: #f12a99;
	opacity: 0.8;  
	filter: alpha(opacity=80);    
	-moz-opacity: 0.8;      
	-khtml-opacity: 0.8;
	top: -50px;
	display:none;
}

#set-photos .photos-linear .items .item .caption div {
	padding-top:10px;
}


#set-photos .photos-linear .items .active { 
    border: 3px inset #F12A99;
}

.image_stretch {
	height: 100%;
}


/*-----Single list of thumbs----*/
#set-photos .photos-list {
	width: 702px; 
	height: auto;
}

#set-photos .photos-list .items {
	clear: both;
}

#set-photos .photos-list .items .item {
	float: left;
	text-align: center;
	width: 71px;
	height: 60px;
	overflow: hidden;
	margin: 10px;
	cursor: pointer;
	background-position: center center;
}

#set-photos .photos-list .items .item a {
	display: block;
	width: 71px;
	height: 60px;
	overflow: hidden;
	background-position: top left;
	font-size: 0;
	line-height: 0;
}
#set-photos .photos-list .items .item a:hover {
	background-position: bottom left;
}

#set-photos .photos-list .items .item a.active img {
	outline: 1px solid #000;
	z-index: 9999;
	position: relative;
}

.overlay {
	display: none;
	z-index: 10000;
	/*
	border: 1px solid #666;
	-moz-box-shadow: 0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
	*/
	background-color: #F12A99;
}


.overlay .close {
	background-image: url(../images/global/icons/close.png);
	position: absolute;
	right: 0px;
	top: -15px;
	cursor: pointer;
	height: 35px;
	width: 35px;
	z-index: 12000;
}


.overlay .next, .overlay .prev {
	position: absolute;
	top: 0px;
	background: none !important;
	width: 100px;
	cursor: pointer;
	display: block;
	padding: 20px 20px;
	color: #666;
	font-size: 12px;
	font-weight:bold;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.overlay .prev {
	left: 0;
	margin-left:-69px;
	height: 100%;
	text-align: left;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
}

.overlay .next {
	right: 0;
	margin-right:-69px;
	height: 100%;
	text-align:right;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-right-radius: 0;
}


.overlay .next:hover, .overlay .prev:hover {
	color: #000;
}
.overlay .progress {
	position: absolute;
	top: 45%;
	left: 50%;
	margin-left: -110px;
	text-align: center;
	display: none;
}


/* when there is no next or previous link available this class is added */
.overlay .disabled {
	visibility: hidden;
}

/* the "information box" */
.overlay .info {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px 15px;
	color: #fff;
	font-size: 11px;
	border-top: 1px solid #666;
	margin-bottom:-61px;
}

.overlay .comments {
	padding: 10px 15px;
	color: white;
	font-size: 11px;
}

.overlay .info strong {
	display: block;
}
.overlay .next, .overlay .prev, .overlay .info {
	background: #333;
	background-color: #F12A99;
	background: rgba(0, 0, 0, 0.6) url(../images/global/h80.png) repeat-x;
}


/*------To display sets in a gallery-----*/
.boxgrid {
	position: relative;
	overflow: hidden;
	width: 600px;
	height: 260px;
	margin: 0px 10px 20px 0px;
	background: #161613;
}

.boxgrid img {
	position: absolute;
	top: -16%;
	width:100%;
	height: auto;
	border: 0;
	outline: 0;
}
.boxgrid .caption {
	padding: 5px;
}

.boxgrid h2 {
	margin-top:-5px;
}
.boxgrid a, .boxgrid a:hover {
	color: white;
}

.boxgrid .boxcaption {
	float: left;
	position: absolute;
	top: 220px;
	left: 0;
	padding: 10px;
	background: #000;
	height: 260px;
	width: 600px;
	overflow: hidden;
	opacity: 0.9;  
	filter: alpha(opacity=90);    
	-moz-opacity: 0.9;      
	-khtml-opacity: 0.9;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.boxgrid .boxcaption p {
	width: 95%;
}

/*----------------  END GALLERY ------------------*/