/* anoFlow Css */
.flow { position:absolute; margin-top:30px; width:300px; top:50%; left:50%; margin-left:-50px; z-index:9999; display:none; }
.flow div { position:relative; }
.flow .corner { width:10px; height:10px; position:absolute; top:0px; background:url(../img/sprite.c.png) 0 0px no-repeat; }
.flow .top { height:10px; margin:0px 10px 0px 10px; background:url(../img/sprite.y.png) 0 0 repeat-x; }
.flow .mid { background:url(../img/sprite.x.png) 0 0 repeat-y;  }
.flow .mid > div { background:url(../img/sprite.x.png) top right repeat-y;  padding:0px 10px 0px 10px; }
.flow .mid > div > div { position:relative; background:#161717 url(../img/loader.gif) center center no-repeat; overflow:hidden;  color:#868686; line-height:16px; font-size:12px; }
.flow .mid > div > div img {  border: 0; -ms-interpolation-mode: bicubic; max-width: 100%;height: auto;width: auto; }
.flow .bot { height:10px; margin:0px 10px 0px 10px; background:url(../img/sprite.y.png) 0 -10px repeat-x; }
.flow .bot .blc { left:0px; background-position:0px -10px; margin-left:-10px; }
.flow .bot .brc { left:100%;  background-position:-10px -10px; margin-right:-10px; }
.flow .top .tlc { left:0px; background-position:0px 0px; margin-left:-10px; }
.flow .top .trc { left:100%;  background-position:-10px 0px; margin-right:-10px; }
.flow .ribbon { position:absolute; bottom:60px; left:50%; margin-left:-100px; width:230px; height:38px; z-index:9999; }
.flow .ribbon div { padding:15px; color:#818181; text-shadow:#000000 -1px -1px; font-size:11px; font-family:MagistralC; }
.flow .controls { position:absolute; bottom:0px; left:0px; width:100%; height:38px; z-index:9999;  }
.flow .ui-flow-next, 
.flow .ui-flow-prev, 
.flow .ui-flow-close { display:block; width:43px; height:43px; position:absolute; top:50%; margin-top:-21px; z-index:9999; cursor:pointer; }
.flow .ui-flow-next { background:url(../img/forward.png) no-repeat; right:5px; }
.flow .ui-flow-next span { position:absolute; top:0px; left:0px; display:block; width:43px; height:43px; background:url(../img/forward.png) no-repeat;  }
.flow .ui-flow-prev { background:url(../img/back.png) no-repeat; left:5px; }
.flow .ui-flow-prev span { position:absolute; top:0px; left:0px; display:block; width:43px; height:43px; background:url(../img/back.png) 0px -112px no-repeat; }
.flow .ui-flow-close { background:url(../img/close.png) 0 0 no-repeat; width:42px; height:37px; right:20px; top:0px;  margin:0px 0px 0px 0px; }
.main_gal_area.category ul li,
.btn-back{
	background-color:#74b853;
	}
.main_gal_area.image-list ul li,
.btn-back:hover{
	background-color:#74b853;
}
.gallery-outer{
	padding:20px 0px;
	}
/*.gallery-outer h1 {
    font-size: 26px;
    line-height: 38px;
    font-weight: 400;
    color: #525252;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
}*/
.main_gal_area.category ul{
	margin:0px;
	padding:0px;
	}
.main_gal_area.category ul li{
	padding:5px;
	width:180px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	list-style:none;
	}
.main_gal_area.category ul li img{
	width:100%;
	height:auto;
	}
.main_gal_area.category ul li span{
	display:inline-block;
	width:100%;
	text-align:center;
	color:#FFF;
	padding:5px 0px;
	}
.main_gal_area.image-list ul{
	margin:0px;
	padding:0px;
	}
.main_gal_area.image-list ul li{
	padding:5px;
	width:150px;
	float:left;
	margin-right:10px;
	margin-bottom:11px;
	cursor:pointer;
	list-style: none;
	}
.main_gal_area.image-list ul li img{
	width:100%;
	height:auto;
	}
.btn-back{
	display:inline-block;
	padding:5px 10px;
	color:#FFF;
	text-align:center;
	margin-bottom:20px;
	font-size:14px;
	text-transform:uppercase;
	}
.btn-back:hover{
	color:#FFF;
	text-decoration:none;
	}