.home .scroller, .inner .scroller {
	width: 940px; height: 230px;
	background: #fff;
	overflow: hidden;
}

.home .scroller .section, .inner .scroller .section {
	height: 230px;
	float: left;
	overflow: hidden;
	width: 940px;
}

.home .scroller .content, .inner .scroller .content {
	width: 10000px;
}

.caption {
	width: 423px; height: 115px;
	margin: 43px 0 0 20px;
	padding: 0;
}

.caption h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.caption p {
	color: #FFF;
	line-height: 18px;
	margin: 0;
	padding: 0 0 5px 0;
}



/* Slider for the Home Page */

#homeSlider {
	height: 287px; 
}

.home .scroller #section1 {
	background: url(../images/Template/Slider/home-slide1.png) no-repeat left top;
}

.home .scroller #section2 {
	background: url(../images/Template/Slider/home-slide2.png) no-repeat left top;
}

.home .scroller #section3 {
	background: url(../images/Template/Slider/home-slide3.png) no-repeat left top;
}

.home .scroller #section4 {
	background: url(../images/Template/Slider/home-slide4.png) no-repeat left top;
}

.home .scroller #section5 {
	background: url(../images/Template/Slider/home-slide5.png) no-repeat left top;
}

.home .scroller #section6 {
	background: url(../images/Template/Slider/home-slide6.png) no-repeat left top;
}

/* Slider for the Portfolio Page */

#innerSlider {
	width: 940px; height: 230px;
	clear: both;
}


.inner .scroller #section1 {
	background: url(../images/Template/Slider/hosting-slide.png) no-repeat left top;
}

.inner .scroller #section2 {
	background: url(../images/Template/Slider/domain-slide.png) no-repeat left top;
}

.inner .scroller #section3 {
	background: url(../images/Template/Slider/WebMate-slide.png) no-repeat left top;
}

.inner .scroller #section4 {
	background: url(../images/Template/Slider/seo-slide.png) no-repeat left top;
}

.inner .scroller #section5 {
	background: url(../images/Template/Slider/portfolio-slide.png) no-repeat left top;
}

.inner .scroller #section6 {
	background: url(../images/Template/Slider/portfolio-slide.png) no-repeat left top;
}


/* Slider for the Portfolio Page */

#featureSlider {
	width: 940px; height: 230px;
	clear: both;
}


.inner .scroller #feature1 {
	background: url(../images/Template/Slider/feature-slide.png) no-repeat left top;
}



/*  Styles for the bottom bar  */

div#bottomBar {
	height: 57px;
	margin: 0 0 36px;
	padding: 20px 0 0 20px;
	width: 940px;
	background: url(../images/Template/bottomBar.png) no-repeat left top;
}

div#bottomBar p {

	float: left; display: inline;
}

div#bottomBar .nav {
	width: 220px;
	float: left; display: inline;
}

/* Buttons */

#homeSlider a.button.next {
	width:74px; height:24px;
	background: url(../images/Template/but-next.png) no-repeat;
	outline: none; border: none;
	margin: 15px 0 0 369px;
	float: left;
}

#homeSlider a.button.next:hover, .scroller a.button_next:active {
	background: url(../images/Template/but-next_d.png) no-repeat;

}

a.button.next {
	width:74px; height:24px;
	background: url(../images/Template/but-next.png) no-repeat;
	outline: none; border: none;
	margin: 15px 0 0 255px;
	float: left;
}

a.button.next:hover, .scroller a.button_next:active {
	background: url(../images/Template/but-next_d.png) no-repeat;

}

a.button.prev {
	width:74px; height:24px;
	background: url(../images/Template/but-prev.png) no-repeat;
	outline: none; border: none;
	margin: 0 5px 0 0;
	float: right;
}

a.button.prev:hover, .scroller a.button_prev:active {
	background: url(../images/Template/but-prev_d.png) no-repeat;

}

a.button.readmore {
	width:94px; height:24px;
	background: url(../images/Template/but-readmore.png) no-repeat;
	outline: none; border: none;
	margin: 15px 0 0 20px;
	float: left;
}

a.button.readmore:hover {
	background: url(../images/Template/but-readmore_d.png) no-repeat;

}


a {
	/* get rid of link outlines in firefox */
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
}


/* FixPNG for IE6 */

/* FixPNG from Komodo */

* html .fixPNG {
azimuth: expression(
this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "/cssimg/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
);
}




