/* ------------------------------------------------------ 
	GALLERY
-------------------------------------------------------- */

.boxgrid{ float:left;
          height:450px;
		  overflow:hidden;
		  position:relative;}
		  
.boxgrid img{ position:absolute;
              top:0;
			  left:0;
			  border:0;
			  padding-top:12px;}

.pr_jac{ width:681px;
         margin:0;
		 height:450px;}
		 
.pr_jac li{ list-style:none;}

.pr_jac .arrow-left, .pr_jac .arrow-right{ position:absolute;
										   /*//////*/
										   /*//////
										   top:45%;
										   z-index:5;
										   height:83px;
										   width:32px;
										   */
										   height:19px;
										   width:15px;
										   text-indent:-10000px;
										   top:0;
										   right:0;}

.pr_jac .arrow-left a, .pr_jac .arrow-right a{ position:absolute;
                                               display:block;
											   /*//////*/
											   /*//////
											   height:83px;
											   width:32px;
											   */
											   height:19px;
											   width:15px;
											   text-indent:-10000px;
											   top:0;
											   right:0;}

.pr_jac .arrow-left a:focus, .pr_jac .arrow-right a:focus{ outline:none;}

.pr_jac .arrow-left{ left:640px;
                     background:url(../Images/projects-gallery-arrows.png) no-repeat center left !important;
					 background:url(../Images/projects-gallery-arrows.gif) no-repeat center left;}

.pr_jac .arrow-right{ right:0px;
					  background:url(../Images/projects-gallery-arrows.png) no-repeat center right !important;
                      background:url(../Images/projects-gallery-arrows.gif) no-repeat center right;}

.jac{ height:450px;
      position:relative;
	  margin:0 0 0 0;}

.jac .carousel{ position:absolute;
                top:0;
			    left:0;
			    margin:0;
			    padding:0;
			    list-style-type:none;}

.jac .arrow-left, .jac .arrow-right{float:left;}

.jac .carousel .jac-content{float:left;}
