
.links_box_content {  padding: 0; margin: 0; margin-bottom:0px;}
.links_box_content{
	width:100%;
	margin-top:0px;
}
.links_box_content:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.links_box_content li { list-style: none!important; float: left; width: 24%; margin-top:5px; overflow:hidden;}
.links_box_content li a { display: block; margin: 0px; margin-bottom:2px!important;}
.links_box_content li img { /*border-radius:500px; */display: block; width: 100%; height: auto; }

.links_box-thumb li img{
	border-radius:0px!important;
}



/***************************************************************************/

@media only screen and (max-width:500px){
	.links_box_content{
		width:110%;
		margin-top:0px;
		margin-left:-5%;
	}
	/*.otherlinks_content{
		width:100%;
		margin-top:0px;
		
	}*/
}



@media only screen 
and (min-device-width : 768px) 
and (max-device-width: 1024px)
and (orientation : landscape) { 
	.links_box_content{
		width:107%!important;	
		margin-left:-1%!important;
	}
	.links_box_content li { list-style: none!important; float: left; width: 16%; }
	
	.otherlinks_content{
		width:107%!important;	
		margin-left:-1%!important;
	}
	.otherlinks_content li { list-style: none!important; float: left; width: 16%; }
	
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width: 1024px)
and (orientation : portrait) { 
	.links_box_content{
		width:107%!important;	
		margin-left:-1%!important;
	}
	.links_box_content li { list-style: none!important; float: left; width: 16%; }
	
	.otherlinks_content{
		width:107%!important;	
		margin-left:-1%!important;
	}
	.otherlinks_content li { list-style: none!important; float: left; width: 16%; }
	
}

/*For Demo Frame*/
@media only screen 
and (width : 798px){ 
	.links_box_content{
		width:107%!important;	
		margin-left:-1%!important;
	}
	.links_box_content li { list-style: none!important; float: left; width: 16%; }
	
	.otherlinks_content{
		width:107%!important;	
		margin-left:-1%!important;
	}
	.otherlinks_content li { list-style: none!important; float: left; width: 16%; }
	
}







@-moz-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-moz-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}



