.Gallery-Page {
	display: table;
	width: 100%;
}

.Gallery-Page .Col-1 {
	display: table-cell;
	vertical-align: top;
}

.Gallery-Page .Col-2 {
	display: table-cell;
	vertical-align: top;
	width: 250px;
}

.galleries {
	background: #FFF;
	padding-bottom: 14px;
	margin-bottom: 20px;
}

.gallery_side_adv {
	background: #FFF;
	margin-bottom: 20px;
}

.gallery_width_adv {
	background: #FFF;
	margin-bottom: 20px;
	text-align: center;
}

.galleryPic {
	display: block;
	width: 200px;
	margin: 0 0 20px 20px;
	float: right;
}

.galleryPic:nth-child(4n) {
	margin: 0 0 20px 0;
}

.galleryPic .pic {
	height: 200px;
	overflow: hidden;
}

.galleryPic .pic img {
	-webkit-transition: all .2s ease-in-out;
}

.galleryPic:hover .pic img {
	-webkit-transform: scale(1.05);
}

.galleryPic .info {
	padding-top: 5px;
}

.galleryPic .info .title {
	color: #3b5998;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma;
	margin-bottom: 3px;
}

.galleryPic .info .date {
	color: #89919c;
	font-size: 12px;
}

.gpic_adv {
	display: inline-block;
	width: 200px;
	border: 1px solid #CDCDCD;
	margin: 14px 14px 0 0;
}

.gpic_adv .pic {
	display: inline-block;
	width: 200px;
	height: 200px;
	overflow: hidden;
}

.gpic {
	display: block;
	float: right;
	width: 188px;
	margin: 10px;
}


.gpic .pic {
	height: 188px;
	overflow: hidden;
}

.gpic .pic img {
	-webkit-transition: all .2s ease-in-out;
}

.gpic:hover .pic img {
	-webkit-transform: scale(1.05);
}



.galleryPic .txt {
	margin-top: 1px; text-align: center; height: 30px; font-size: 11px; background: #cdcdcd; border: 1px solid #CDCDCD; overflow: hidden;
}

.galleryPic .rank {
	background:#79a234; width: 200px; margin: auto;
}

.galleryPic .rank table {
	font-size: 11px;
	color: #FFF;
}

.galleryPic .rank table a {
	font-size: 11px;
	color: #FFF;
}

.folderPic_first {
	margin: 5px; float: right; width: 410px; height: 260px;
}

.folderPic_first .pic {
	width: 410px; height: 240px; overflow: hidden; cursor: hand; cursor: pointer; border: 1px solid #CDCDCD;
}

.folderPic_first .txt {
	width: 410px; height: 30px; cursor: hand; cursor: pointer; background: #CDCDCD; font-size: 12px; overflow: hidden; padding: 1px;
}

.folderPic {
	margin: 5px; float: right; width: 200px; height: 130px;
}

.folderPic .pic {
	width: 200px; height: 100px; overflow: hidden; cursor: hand; cursor: pointer; border: 1px solid #CDCDCD;
}

.folderPic .txt {
	width: 200px; height: 30px; cursor: hand; cursor: pointer; background: #CDCDCD; font-size: 12px; overflow: hidden; padding: 1px;
}

.folderPic:hover .pic, .folderPic_first:hover .pic {
	border: 1px solid #8ba43c;
}

.folderPic:hover .txt, .folderPic_first:hover .txt {
	background: #8ba43c;
}


.ajax-file-upload-statusbar {
	border: 1px solid #0ba1b5;
	margin-top: 10px;
	width: 420px;
	margin-right: 10px;
	margin: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 5px 5px 5px
}
.ajax-file-upload-filename {
	width: 100%;
	height: auto;
	margin: 0 5px 5px 10px;
	color: #807579
}
.ajax-file-upload-progress {
	margin: 0 10px 5px 10px;
	position: relative;
	width: 250px;
	border: 1px solid #ddd;
	padding: 1px;
	border-radius: 3px;
	display: inline-block
}
.ajax-file-upload-bar {
	background-color: #0ba1b5;
	width: 0;
	height: 20px;
	border-radius: 3px;
	color:#FFFFFF;
}
.ajax-file-upload-percent {
	position: absolute;
	display: inline-block;
	top: 3px;
	left: 48%
}
.ajax-file-upload-red {
	-moz-box-shadow: inset 0 39px 0 -24px #e67a73;
	-webkit-box-shadow: inset 0 39px 0 -24px #e67a73;
	box-shadow: inset 0 39px 0 -24px #e67a73;
	background-color: #e4685d;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	color: #fff;
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	padding: 4px 15px;
	text-decoration: none;
	text-shadow: 0 1px 0 #b23e35;
	cursor: pointer;
	vertical-align: top;
	margin-right:5px;
}

.ajax-file-upload-green {
	background-color: #77b55a;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 0;
	padding: 0;
	display: inline-block;
	color: #fff;
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	padding: 4px 15px;
	text-decoration: none;
	cursor: pointer;
	text-shadow: 0 1px 0 #5b8a3c;
	vertical-align: top;
	margin-right:5px;
}

.ajax-file-upload {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 20px;
	cursor:pointer;	
	line-height:20px;
	height:25px;
	margin:0 10px 10px 0;
	display: inline-block;
	background: #fff;
	border: 1px solid #e8e8e8;
	color: #888;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-box-shadow: 0 2px 0 0 #e8e8e8;
	-webkit-box-shadow: 0 2px 0 0 #e8e8e8;
	box-shadow: 0 2px 0 0 #e8e8e8; 
	padding: 6px 10px 4px 10px; 
	color: #fff;
	background: #2f8ab9;
	border: none;
	-moz-box-shadow: 0 2px 0 0 #13648d;
	-webkit-box-shadow: 0 2px 0 0 #13648d;
	box-shadow: 0 2px 0 0 #13648d; 
	vertical-align:middle;
}
  
.ajax-file-upload:hover {
	background: #3396c9;
	-moz-box-shadow: 0 2px 0 0 #15719f;
	-webkit-box-shadow: 0 2px 0 0 #15719f;
	box-shadow: 0 2px 0 0 #15719f;
}

.ajax-upload-dragdrop {
	border:2px dotted #A5A5C7;
	color: #DADCE3;
	text-align:right;
	vertical-align:middle;
	padding:10px 10px 0px 10px;
}
