

.box {
	position: relative;
	background-image: url(../images/dfdd_03.png);
	background-repeat: repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}



.box img {

	
}


.box .title {
	font-family: 'Cairo', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 4px;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;	
}

a.corner {
    display: block;
    position: absolute;
    right: -4px;
    top: -4px;
    background: url(../images/corner_link.png) 0 0 no-repeat;
    width: 98px;
    height: 98px;
}

.box img {
    margin-bottom: 4px;
	
}

.page1 .box {
    margin-bottom: 5px;
   
    margin-top: 0px;
}

ul.gallery {
    overflow: hidden;
    padding-top: 11px;
    margin-left: -14px;
    margin-right: -6px;
}

ul.gallery li {
    margin-bottom: 12px;
    float: left;
    margin-left: 14px;
}

.gallery a.gal {
    background-color: transparent;
    display: block;
    font-size: 0;
    border: 1px solid transparent;
    line-height: 0;
    position: relative;
    
}

.gallery a.gal img {
    vertical-align:bottom;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.gallery a.gal span {
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    background: url(../images/magnify.png) -100px center no-repeat;
}

.gallery a.gal:hover span  {
    background-position: center center;
}

.gallery a.gal:hover img{
    opacity: 0.6;
}



.gallery a.gal:hover {
    border-color: #1cbde3;
  
    background-color: #414141;
}


.gallery1 {
    padding-top: 0px;
    overflow: hidden;
}

.gallery1 .box {
    padding-bottom: 14px;
    margin-bottom: 15px;
}

.gallery1 a.gal {
 
    display: block;
    margin-bottom: 13px;
    position: relative;
}

.gallery1 a.gal  img {
	box-shadow: 0 0 #fff;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	margin-bottom: 0;
	height: 200px;
	width: 100%;
}

.gallery1 a.gal:hover img {
    opacity: 0.65;
}

.gallery1 a.gal  span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/magnify.png) -100px center no-repeat;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.gallery1 a.gal:hover span {
    background-position: center center;
}

.gallery1.g1 {
    padding-top: 24px;
}

.gallery1.g1 a.gal {
    margin-bottom: 22px;
}


