@charset "utf-8";
/* CSS Document */
/* Begin Various Tags & Classes */
/*SLIDER*/ /*width="955" height="370"*/
#slider{
	width:955px;
	margin: 0 auto;
}
.scroll {
	width:955px;
    height: 370px;
    overflow: auto;
    overflow-x: hidden;
    clear: left;
	background-color:#6F91AA;
}
.scrollContainer div.panel {
    padding:10px 10px 10px 10px;
	width:935px;
    height: 350px;
}
.panel_text{
	padding:20px;
	background-image:url(../images/slides/panel_text_bg.png); 

	position: absolute;
	bottom: 0;	left: 0;
	
}

.panel_text h2{
	color:#FFF;
	font-size:1.8em;
}
.panel_text p{
	color:#96c4e6;
	font-size:1.4em;
}
.panel_text span {color:#FFF;}
.panel_text a {color:#C6DB32;}

#custom_web_design{
	background: url(../images/slides/slide1.jpg) no-repeat;
}

#we_can_do{
	background: url(../images/slides/slide2.jpg) no-repeat;
}

#magic_websites{
	background: url(../images/slides/slide3.jpg) no-repeat;
}

#db_dev{
	background: url(../images/slides/slide4.jpg) no-repeat;
}

#seo_services{
	background: url(../images/slides/slide5.jpg) no-repeat;
}

#terminal{
	background: url(../images/slides/slide6.jpg) no-repeat;
}

#books{
	background: url(../images/slides/slide2.jpg) no-repeat;
}
/*Slider Nav*/
ul.navigation {
    margin: 0;
    padding: 0;
}

ul.navigation li {
    display: inline;
    margin-right:3px;
}

ul.navigation a {
    padding: 2px 8px 2px 8px;border:solid 1px #FFF;
    color: #000;font-weight:bold;
    text-decoration: none;background-color:#96C4E6;
}

ul.navigation a:hover {
    background-color: #000;color:#96C4E6;
}

ul.navigation a.selected {
    background-color: #FFF;
}

ul.navigation a:focus {
    outline: none;
}
#slider_pag_nav {
	position:absolute;
	padding:0 0 0 0;
	z-index:6;
	top:333px;
	left:706px;
}