/*Gallery developed by Rogie King 
  of www.komodomedia.com for River of Life Church
*/		
			.gallery{
				overflow:hidden;
			}
			
			.gallery .current{
				width:620px;
				float:left;
			}
			
			.gallery .media{
				width: 620px;
				height: 300px;
				text-align: center;
				background-color: #00101A;
				line-height: 250px;
				position: relative;
			}
			.gallery .media span{
				position: absolute;
				left:0;
				right:0;
				top:0;
				bottom:0;
			}
			.gallery .media.loading{
				background: #00101A url(../images/colorbox/loading_bubbles.gif) no-repeat center center;
			}
			
			.gallery .media img{
				vertical-align:middle;
				max-width: 100%;
				max-height: 100%;
			}
			
			.gallery .nav,
			.gallery .nav li,
			.gallery .nav li a{
				display:block;
				padding: 0;
				margin: 0;
				list-style: none;
				text-decoration: none;
				outline: none;
			}
			.gallery .nav{
				float:left;
				margin-left: 20px;
				width:300px;
				height:280px;
			}
			.gallery .nav li a,
			.gallery .nav li a span{
				display: block;
				color:#7EB2E8;
			}
			.gallery .nav li{
				padding:0 0 5px 0;
			}
			.gallery .nav li a span{
				font-weight: bold;
				padding:5px 10px;
			}
			.gallery .nav .current{
				width:auto;
				float:none;
			}
			.gallery .nav li.current a span{
				color:white;
				background: rgba(0,0,0,0.1);
			}
			.gallery .nav .more{
				position:absolute;
				left:-99999px;
				top:-99999px;
				width: 10px;
				height: 10px;
				overflow: hidden;
			}
			#nav_prev{
				padding-left: 30px;
			}