.pagination {
            font-size: 80%;
        }
        
.pagination a {
    text-decoration: none;
	color:#377F37;
	-webkit-box-shadow: 0 15px 10px rgba(55,127,55,0.4);
 	 -moz-box-shadow: 0 15px 10px rgba(55,127,55,0.4);
 	 box-shadow: 0 15px 10px rgba(55,127,55,0.4);
}

.pagination a, .pagination span {
	padding: 0pt 0.3em;
    margin-right: 5px;
	min-width:1em;
	text-align:center;
	height:2em;
}

.pagination .current {
    background: #26B;
    color: #fff;
	border: solid 1px #AAE;
}

.pagination .current.prev, .pagination .current.next{
	color:#999;
	border-color:#999;
	background:#fff;
}


/******************************** Global Navigation ***************************/

#Pagination{
	position:absolute;
	bottom:20px;
	width:95%;
	margin-top:20px;
	left:20px;
}
/***************************************** Panels *********************/
#ss_portfolio{
	position:relative;
	height:100%;
	overflow:hidden;
}


.mainCntCenter{
	position:relative;
	text-align:center;
	margin:0 auto;
    /* text-align: center; */
}

.projImg{
	position:relative;
	text-align:center;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
 	 -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
 	 box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	 margin:0 auto;
}

/************************************* Sections **********************/

/*********************** Pagination ***********************/
#thnav{
	position:absolute;
	top:0px;
	width:25px;
	float:right;
	right:0px;
	z-index:800;
}

#thnav ul li{
	list-style:none;
	display:block;
	position:relative;
	float:right;
	display:block;
	 background:#000;
	background:rgba(0,0,0,.9);
	height:25px;
	width:25px;
	opacity:0.9;
	padding:5px;
	filter: alpha(opacity=85);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
	

#thnav ul li:first-child{
	border-top-left-radius:10px;
}
#thnav ul li:last-child{
	border-bottom-left-radius:10px;
}
#thnav ul li:hover{
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#thumbnails{
	position:absolute;
	bottom:10px;
	width:100%;
	float:left;
	left:0px;
	background:#000;
	background:rgba(0,0,0,.7);
	height:110px;
}

.thumb{
	position:relative;
	float:left;
	display:inline;
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.thumb img{
	filter: alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	postition:relative;
	height: 80px;
    width: 80px;
    margin: 0 auto;
    padding: 10px 10px 5px;
}


.thumb:hover{
	 background:#000;
	background:rgba(0,0,0,.9);
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity:1;
}

#prevBTN{
	position:absolute;
	background:url(../../images/prevBtn.png) no-repeat;
	left:15px;
	top:35%;
	width:42px;
	height:83px;
	z-index:900;
}

#prevBTN:hover{
	background:url(../../images/prevBtnHover.png) no-repeat;
}

#nextBTN{
	position:absolute;
	background:url(../../images/nextBtn.png) no-repeat;
	right:15px;
	top:35%;
	width:42px;
	height:83px;
	z-index:900;
}

#nextBTN:hover{
	background:url(../../images/nextBtnHover.png) no-repeat;
}

#reload{
	background:url(../../images/reload.png) no-repeat;
	width:100%;
	height:100%;
}
#reload:hover{
	background:url(../../images/reloadHover.png) no-repeat;
}

#descBtn{
	background:url(../../images/description.png) no-repeat;
	width:100%;
	height:100%;
}
#descBtn:hover{
	background:url(../../images/description_hover.png) no-repeat;
}

.descThumb{
	float:left;padding-right:20px;padding-bottom:10px;
}
.descThumb img{height:200px;}
.descDetails{font-size:13px; font-weight:bold;padding-bottom:10px;}
#scroll-pane{
				width: 100%;
				position: relative;
				height: 300px;
				overflow: auto;
				box-shadow:inset 0 0 10px #000;
}
#description{
	width:100%;
	height:100%;
	position:absolute;
	background:#000;
	background:rgba(0,0,0,.5);
	z-index:700;
	color:#eee;
	top:0;
	}

.descText{
	width:700px;
	height:100%;
	margin:0 auto;
	position:relative;
	background:rgba(0,0,0,0.9);
	padding:20px;
	-webkit-box-shadow: 0 5px 10px rgba(255,255,255,0.3);
 	-moz-box-shadow: 0 5px 10px rgba(255,255,255,0.3);
 	box-shadow: 0 5px 10px rgba(255,255,255,0.3);
}
	
#titleTag{
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	z-index:100;
}

.titleTagText{
	line-height:18px;
	font-size:10px;
	color:#222;
	margin:0 10px;
	width:98%;
	}
	
video{
	position:relative
	z-index:9999;
}