@charset "utf-8";
/* CSS Document */

.creativeGallery {
	display:block;
}
.creativeGalleryHide {
	display:none;
}
.creativeClose {
	position:absolute;
	top:0px;
	right:5px;
	z-index:2000;
	width:80px;
	height:23px;
	cursor:pointer;
	color:#FFF;
}
.creativeClose img {
	float:right;	
}
#creativeMaster {
	position:absolute;
	top:10px;
	left:10px;
	z-index:1000;
	width:98.5%;
	height:98%;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #2a60ad;
	overflow:hidden;
}
.creativeAlign {
	position:relative;
	width:100%;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../components/gallery_BG_light.png);
	background-repeat:repeat;
	text-align:center;
}
#creativeMain {
	position:absolute;
	z-index:1000;
	width:99.8%;
	height:100%;
	text-align:center;
	margin-top:20px;
	overflow:hidden;
}
#creativeDarkBG {
	position:absolute;
	z-index:800;
	float:left;
	width:100%;
	height:95%;
	margin-top:20px;
	background-image:url(../components/gallery_BG_black.png);
	background-repeat:repeat;
	padding-top:15px;
	padding-bottom:15px;
}


#creativeInfo {
	position:absolute;
	top:0px;
	margin-left:auto;
	margin-right:auto;
	z-index:2000;
	width:100%;
	height:100%;
	padding-left:40px;
	padding-right:40px;
	padding-top:20px;
	padding-bottom:20px;
	background-image:url(../components/gallery_BG_black.png);
	background-repeat:repeat;	
}
.creativeInfoBG {
	position:relative;
	margin-top:15%;
	width:800px;
	height:250px;
	background-image:url(../components/projectInfoContainer.png);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
}
.creativeInfoClose {
	position:absolute;
	top:15px;
	right:15px;
	z-index:2000;
	width:120px;
	height:23px;
	cursor:pointer;
	color:#FFF;
	font-size:10px;
}
.creativeInfoClose img {
	float:right;
}

#title {
	position:absolute;
	top:0px;
	left:0px;
	z-index:2000;
	width:80%;
	font-size:16px;
	color:#FFFFFF;
	padding-left:5px;
	font-weight:100;
	text-align:left;
}
#credits {
	font-size:12px;
	color:#FFFFFF;
	padding-bottom:10px;
}
#moreInformation {
	position:absolute;
	z-index:2000;
	bottom:0px;
	left:0px;
	width:100%;
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	cursor:pointer;
}

#role {
	font-size:11px;
	color:#FFFFFF;
	padding-bottom:10px;
}
#desc {
	font-size:11px;
	color:#FFFFFF;
	padding-bottom:10px;
}


.creativeHeader {
	font-size:12px;
	color:#FFFFFF;
	font-weight:900;
}

#creativeLoader {
	position:absolute;
	z-index:900;
	top:50%;
	left:50%;
	width:80px;
	height:90px;
	margin:auto;
	text-align:center;
	display:none;
}
#arrowRight {
	position:absolute;
	top:40%;
	right:80px;
	z-index:1000;
	width:52px;
	height:52px;
	cursor:pointer;
}
#arrowLeft {
	position:absolute;
	top:40%;
	left:80px;
	z-index:1000;
	width:52px;
	height:52px;
	cursor:pointer;
}

