	

	div#slider 
	{
		width:938px;
		border:1px #a5cfd9 solid;
		margin:16px 0px 35px 0px;
		position:relative; 
	}
	
	#blue_border 
	{ 
		border:9px #333 solid; 
		position: relative;
	}
			
	.scroll 
	{
		width: 920px;
		height:354px;
		overflow: hidden;
		overflow-x: hidden;
		position: relative;
		clear: left;
	}
	
/* styling the individual div's */
	#slider .panel
	{
		float:left;
		width:940px;
	}		

	.scrollButtons 
	{
		display:none;
	}


/* INFORMATION BLOCKS */
	.panel .info
	{
		position:absolute;
		z-index:500;
		top:204px;
		background:url(../images/template/bg_black85.png);
		width:308px;
		height:137px;
		padding-top:15px;
		
		text-align:center;
		color: #ff1e8e;
		font-size: 0.9em;
	
	}

	.info p 
	{
		padding: 0px;
		margin: 0px;
		text-align: center;

	}
	
	.info a
	{
		text-decoration: none;
		overflow:hidden;
	}
	
	.info a:hover, .info a:hover span
	{
		color: #a3d6e0;
	}


	/* prev/next arws */
	.info div
	{
		width: 88px;
		margin-right: auto;
		margin-left: auto;
		overflow:hidden;
                padding-top:10px;
	}
	
	a.prev, a.next
	{
		text-indent: -9999em;
		height: 20px;
		width: 18px;
		float:left;
		background:url(../images/template/btn_prev.gif) no-repeat 0px 0px ;
		
	}
	a.prev:hover {background:url(../images/template/btn_prev.gif) no-repeat 0px -30px ;}
	
	a.next
	{
		text-indent: -9999em;
		height: 20px;
		width: 18px;
		float:right;
		background:url(../images/template/btn_next.gif) no-repeat -0px 0px ;
	}
	
	a.next:hover {background:url(../images/template/btn_next.gif) no-repeat 0px -30px ;}
	
	.info div p
	{
		float:left;
		padding:0px;
		
	}

.info .text {width:auto; height:70px; padding:0px;}
.info .text a {padding:0px;}
.info .text p {float: none;}
.info .text p span {padding-right:5px; text-transform: uppercase; font-size: 0.7em;}
.info .text p:first-child span {padding-right:9px;}

	/* view case study link */
	a.view_case 
	{
		color:#fff;
		text-transform: uppercase;

		margin: 0px 0px 10px;
		overflow:hidden;
font-size:1.3em;
	}
a.view_case:hover
{
    background-color:#d2e2e8;
		color:#ff1e8e;
}
	
	
.scrollContainer
{
	width:2820px;
	position:relative;
}