
	
	img{border:none;}

			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
	
			
	#container{	
		margin-top:5px;
		float:left;
		position:relative;
		text-align:left;
		width:300px;		
		margin-bottom:2em;
		clear:both;
		height:100%;
		
		}	
	#header{
		height:10px;
		line-height:80px;
		background:#666666;
		color:#fff;
		}				
	#content{
		position:relative;
		height:100%;
		clear:both;
		width:50%;
		display:inline;
		float:left;
		color:#000;
		margin-left:100px;
		
		}			
.slider_text{
	margin-top:-185px;
	margin-left:20px;
	color:#fff;
	font-size:24px;
	position: relative;
	z-index: 1;
}
/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:0;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:400px;
		height:400px;
		overflow:hidden; 
		
		
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:40px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:800px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:40px;
		height:77px;
		background:url(../images/left.png) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/Picture_2.png) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:0;
		padding:10px;
		height:28px;	
		position:absolute;
		width:160px;
		margin-left:115px;
		background:#fff;
		margin-top:-160px;
		margin-bottom:150px;
		-moz-border-radius:19px;
		-webkit-border-radius:19px;
		}
	ol#controls li{
		margin:0 2.7px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		text-transform:uppercase;
		float:left;
		height:10px;
		width: 10px;
		line-height:28px;
		border: none;
		background:#fff;
		color:#fff;
		margin-right:10px;
		text-decoration:none;
				}
				ol#controls li#controls1 a {
					background-image: url(../images/dot-strategy.png);
					background-repeat: no-repeat;
				}
				ol#controls li#controls2 a {
					background-image: url(../images/dot-branding.png);
					background-repeat: no-repeat;
				}
				ol#controls li#controls3 a {
					background-image: url(../images/dot-marketing.png);
					background-repeat: no-repeat;
				}
				ol#controls li#controls4 a {
					background-image: url(../images/dot-media.png);
					background-repeat: no-repeat;
				}
				ol#controls li#controls5 a {
					background-image: url(../images/dot-management.png);
					background-repeat: no-repeat;
				}
	ol#controls li.current a{
		background-position: -10px;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	ol#controls li a:hover{
		
	}
	
/* // Easy Slider */

li#controls1{
	background-color:#fff;
		-moz-border-radius-bottomleft:19px;
	-webkit-border-bottom-left-radius:19px;
}
.slide_1, .slide_2, .slide_3, .slide_4, .slide_5{
	z-index: -1;
	
}
.slide_2 h2, .slide_5 h2{
	color: #555555;
}
.controls{
	color:#fff;
	font-weight: bold;
	position:relative;
	list-style:none;
	background:#cecece;
	width:800px;
	margin-top:40px;
	margin-left:-100px;
	height:70px;
	padding-left: -45px;
	margin-bottom: 1em;
	overflow: hidden;
}
.controls li{
	display:inline-block;
	
	padding-left:0;
	padding-right:0;
	margin-right:1px;	
	margin-left:0px;
	border-left:1px solid #fff;
}
.controls div.ticker{
	margin-top:5px;
	margin-right:100px;
	width:10px;
	float:left;
	padding-left: 5px;
	text-transform:uppercase;
	
	}
.controls li a{
	width:100px;
	height:70px;
	margin-left:17px;
	margin-right: 17px;
	margin-top:0;
	
}
.controls1 a, .controls2 a, .controls3 a, .controls4 a, .controls5 a{
	display:inline-block;
	height:70px;
	width:100px;
	color:#fff;	
	background-repeat: no-repeat;
}
.controls1 a{
	background-image:url(../images/strategy.png);
	}
.controls2 a{
	background-image:url(../images/branding.png);
}
.controls3 a{
	background-image:url(../images/marketing.png);
}
.controls4 a{
	background-image:url(../images/media.png);
}
.controls5 a{
	background-image:url(../images/management.png);
}

ul.controls li.active a, ul.controls li a:hover{
	background-position:-100px;
}
	
