@charset "utf-8";
/* CSS Document for top slider 
*/

ul#slide_nav li {
	list-style:none;
	}

ul#portfolio{
	list-style:none;
	padding: 0px;
	width: 782px;
	margin:auto;
	}	
	
ul#slide_nav {
	background: none;
	padding: 0px;
	position: absolute;
	top: 370px;
	z-index: 1000;
	width: 150px;
	margin-left:15px;
	margin-top:0px;
	}

ul#slide_nav li {
	background-image: url(http://www.ipsadvisorpro.com/wp-content/themes/IPS%20AdvisorPro/images/slideshow/box.off.gif);
	display: block;
	float: left;
	height: 15px;
	list-style: none;
	padding: 0px 0px 4px 10px;
	margin: 0px;
	width: 10px;
	}

ul#slide_nav li:hover {
	background-image: url(http://www.ipsadvisorpro.com/wp-content/themes/IPS%20AdvisorPro/images/slideshow/box.on.gif);
	}

ul#slide_nav li#button_selected {
	background-image: url(http://www.ipsadvisorpro.com/wp-content/themes/IPS%20AdvisorPro/images/slideshow/box.on.gif);
	}

ul#slide_nav li#button_selected:hover {
}

ul#portfolio {
	margin: 0px;
	}

ul#portfolio img{
	width: 782px;
	height: 260px;
	}

ul#portfolio li img{
	border: 0px;
	padding: 0px;
	}

.fade{
	margin-bottom: 2em;
	}

.fade p{
	margin-bottom: 2em;
	text-align: center;
	width: 100%;
	background: #fff;
	}

#slide_nav li {
	background-repeat: no-repeat;
	overflow: hidden;
	top: 0px;
	}
	
	
	
.container_12,.container_16 {
   margin-left:auto;
   margin-right:auto;
   width:782px;
   }
   
.grid_16 {
   display:inline;
   float:left;
   margin:0px;
   }

.clear {
   clear:both;
   display:block;
   overflow:hidden;
   width:0;
   height:0;
   }
   
.clearfix:after {
   clear:both;
   content:'.';
   display:block;
   visibility:hidden;
   height:0;
   }
   
.clearfix {
   display:inline-block;
   }
   
* html .clearfix {
   height:1%;
   }
   
.clearfix {
   display:block;
   }
