

#slider {
    width: 922px;
    margin: 0 auto;
    position: relative;
	background: url(../images/buttons_bg.jpg) no-repeat;
/*	border: 1px solid black;*/
	height: 330px;
	
}

.scroll {
    height: 230px;
    width: 922px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	/*
background: url(../images/buttons_bg.jpg) no-repeat;
*/
    }

.scrollContainer div.panel {
/*
    padding: 20px;
*/
    height: 230px;
    width: 922px;
}

/*#shade {
    background: #EDEDEC url(../images/shade.jpg) no-repeat 0 0;
    height: 50px;
}*/

ul.navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	/*padding-bottom: 9px;*/
	/*position: absolute;
	top: 181px;
	right: 306px;*/
	z-index: 2000;
}

ul.navigation li {
/*
display: inline;
*/
    /*margin-right: 10px;*/
	/*z-index: 2000;*/
}



/*
ul.navigation a {
 padding: 0 10px 0 10px;
    color: #000;
    text-decoration: none;
}
*/



.boxDiv1 {
position: absolute;
top: 200px;
left: 105px;
}

.boxDiv1 a {
width: 77px;
height: 101px;
background: url(../images/btn_design_slide.gif) top left no-repeat;
display: block;
text-indent: -9999px;
cursor: pointer;
}

.boxDiv1 a:hover {
background: url(../images/btn_design_slide_on.gif) 0 0px;
}

.boxDiv1 a.selected {
background: url(../images/btn_design_slide_on.gif) 0 0px;
}

.boxDiv2 {
width: 97px;
height: 101px;
position: absolute;
top: 200px;
left: 305px;
}

.boxDiv2 a {
width: 97px;
height: 101px;
display: block;
text-indent: -9999px;
background: url(../images/btn_development_slide.gif) no-repeat;
}

.boxDiv2 a:hover {
background: url(../images/btn_development_slide_on.gif) top no-repeat;
}

.boxDiv2 a.selected {
background: url(../images/btn_development_slide_on.gif) top no-repeat;
}

.boxDiv3 {
position: absolute;
top: 200px;
right: 105px;
}

.boxDiv3 a {
width: 77px;
height: 101px;
display: block;
text-indent: -9999px;
background: url(../images/btn_expertise_slide.gif) no-repeat;
}

.boxDiv3 a:hover {
background: url(../images/btn_expertise_slide_on.gif) top no-repeat;
}

.boxDiv3 a.selected {
background: url(../images/btn_expertise_slide_on.gif) top no-repeat;
}


.boxDiv4 {
width: 77px;
height: 101px;
position: absolute;
top: 200px;
right: 318px;
}

.boxDiv4 a {
width: 77px;
height: 101px;
display: block;
text-indent: -9999px;
background: url(../images/btn_solutions_slide.gif) no-repeat;
}

.boxDiv4 a:hover {
background: url(../images/btn_solutions_slide_on.gif) top no-repeat;
}

.boxDiv4 a.selected {
background: url(../images/btn_solutions_slide_on.gif) top no-repeat;
}


/*<!--ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #fff;
}
-->*/
ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
	display: none; 
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}
