
.homeCasestudy {
	height:320px;
	margin:15px 0px;
}
.homeCasestudy p {
	color:#fff !important;
	font-weight:bold;
}

.homeCasestudy .left {
	float:left;
	background:transparent url(../../../img/layout/home-casestudy-bg.jpg) no-repeat left top;
	width:755px;
	height:320px;
}
.homeCasestudy .caseContent {
	height:300px;
}
.homeCasestudy .left .content {
	width:336px;
	margin-top:40px;
	margin-left:20px;
	margin-right:0px;
	float:left;
	position:absolute;
}
.homeCasestudy .left .content img {
	margin:8px 0px 0px 15px;	
}
.homeCasestudy .left .caseImg {
	float:right;	
	margin-right:20px;
	margin-top:70px;
}
#casestudyControll {
	float:right;
	clear:right;
	height:42px;
	width:240px;
	z-index:1000;
}
#casestudyControll{
	position:absolute;
	right:0px;
	top:300px;
	bottom:0px
	border:1px solid red;
}
#casestudyControll a#previous,#casestudyControll a#next,#casestudyControll a:hover,#casestudyControll a:visited {
	color:#2d7f98 !important;
	text-decoration:none;
	font-size:12px;
}
#casestudyControll a#previous {
	float:left;
	padding:15px 0px 15px 30px;
	margin-left:20px;
	background:transparent url(../../../img/button/previous-button.jpg) no-repeat left center;
}
#casestudyControll a#next {
	float:right;
	padding:15px 30px 15px 0px;
	background:transparent url(../../../img/button/next-button.jpg) no-repeat right center;
	margin-right:33px;
}
.homeCasestudy .right {
	background:transparent;
	float:left;
	width:180px;
	padding-top:65px;
}
.homeIntro {
	clear:both;
	float:left;
	width:100%;
	background:transparent url(../../../img/layout/home-content-header-bg.jpg) no-repeat left top;	
}
.homeIntro h2{
	margin:0px;
	margin-bottom:5px;
	padding:0px 15px;
	padding-bottom:15px;
	padding-top:15px;
	font-size:13px;
	font-weight:normal;
	border-top:1px solid #143640;
	background:transparent url(../../../img/layout/home-content-bar.gif) no-repeat scroll right 1px;
}
.homeIntro h3 {
	font-size:13px;	
}
.homeIntro p {
	font-weight:bold;
	margin-bottom:10px;
}
.homeIntro .blogIcon {
	vertical-align:bottom;
}
.homeIntro .content {
	
}
.homeIntro .about,.homeIntro .development,.homeIntro .hosting, .homeIntro .marketing{
	float:left;
	width:235px;
	height:460px;
	border-bottom:1px solid #0e151b;
}
.homeIntro .about ,.homeIntro .development ,.homeIntro .hosting   {
	background:transparent url(../../../img/layout/home-content-bar2.gif) repeat-y right bottom;
}


#slider1 {
	clear:both;
	height:350px;
	margin:auto;
	overflow:hidden;
	position:relative;
	width:755px;
}

.homeCasestudy .left .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}
/* This is the viewing window */
.homeCasestudy .left{ 
	position: relative;
	overflow: hidden; 
	margin: auto;
	width: 755px; /* Also specified in  .panelContainer .panel  below */
}
#slider1 .panel {
	width:755px;	
	height:350px;
	background-color:transparent !important;
}

/* This is the div to hold your nav (the UL generated at run time) */
.homeCasestudy .stripNav { 
	float:left;
	margin:auto;
	padding:10px;
	position:absolute;
	z-index:1000;
}
/* The auto-generated set of links */
.homeCasestudy .stripNav ul { 
	list-style: none;
}

.homeCasestudy .stripNav ul li {
	float:left;
	margin-right:2px;
	padding:5px 0; 
	text-transform:uppercase;
}
/* The nav links */
.homeCasestudy .stripNav a { 
	text-decoration: none !important;
	display: block;
	padding: 0 15px;
	color:#05546C !important;
	font-size:11px;
	font-weight:bold;
	background:transparent url(../../../img/icon/arrow.gif) no-repeat right center;
	padding-right:10px;
}