/*-----------------------------------------------------------------------------

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:   	1.0
date:      	07/27/11
author:		themepunch
email:     	support@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/





  /*********************************************************************************************
		-	SET THE SCREEN SIZES FOR THE BANNER IF YOU WISH TO MAKE THE BANNER RESOPONSIVE 	-
  **********************************************************************************************/

  /*	-	THE BANNER CONTAINER (Padding, Shadow, Border etc. )	-	*/

  .bannercontainer {
		background-color:#fff;
		width:960px;
		position:relative;
margin-right: auto;
margin-left: auto;
*zoom: 1;	
max-height:500px !important;
	}

  .banner{
		width:960px;
		max-height:500px !important;
		position:relative;
		overflow:hidden;
   }

/*复制container自适应参数*/
@media screen and (min-width:1200px){
    .banner, .bannercontainer, .tp-bannertimer {
	 width:1170px;
	  }
}

@media screen and (min-width: 768px) and (max-width: 979px) {
    .banner, .bannercontainer, .tp-bannertimer { 
	width:724px; 
	}
}

@media only screen and (max-width: 767px) {
   .banner, .bannercontainer, .tp-bannertimer {
   width:auto; 
   padding-left:20px; 
   padding-right:20px; 
   }
}
/*复制container自适应参数*/

    .bannercontainer-simple {
		padding:0px;
		background-color:#fff;
		width:960px;
		position:relative;
		position:relative;
		margin-left:auto;
		margin-right:auto;

	}

  .banner-simple{
		width:960px;
		height:500px;
		position:relative;
		overflow:hidden;
   }
   
   
   

 .fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	max-height:500px !important;
	overflow:hidden;
}



.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:500px !important;
	position:relative;
}





/*Image Border*/
.img-border {
	border:solid 3px #fff;
}




