/* Home Strategic - 18/10/2008 */
/* Author - Leo Fosdal */
/* Copyright 2008 Home Strategic */

#eco-content{ float:left; width: 790px;}
.eco-head-img{ position:relative; margin:-30px 0 0 0;}
#eco-left-380{float:left; width:380px;}
#eco-right-380{float:left; width:380px; margin:0 0 0 30px;}
#eco-right-380 a{ color:#093; font-weight:bold;}
#eco-right-380 a:hover{ color: #0C0; text-decoration:underline;}

#eco-list
{
padding-left: 0;
margin-left: 0;
}

#eco-list li
{
width:350px;
float:left;
list-style: none;
margin: 0;
padding: 5px 0 5px 20px;
background: url(../images/bullet.jpg) no-repeat left top;
}

#ecoprint{float:left; width:380px; padding-left:30px;}
#ecoprint-col{ float:left; width:380px;}

#ecoprint-nav{ float:left; width:170px; height:40px; padding:10px 68px 0 90px;}
#ecoprint-leftarrow{float:left; padding:5px 0 0 0;}
#ecoprint-rightarrow{float:left; padding:5px 0 0 0;}


/* ecoprint page content */
.ecoprint-content{position:absolute; width:380px;}

.ecoprint-logo{padding-bottom:21px; padding-top:50px;}
.ecoprint-help{margin-top:-20px;}
.ecoprint-title{padding-bottom:20px;}
.ecoprint-scrollthrough{padding-left:10px; padding-top:12px;}


/*home work slider*/

#slider {
    width:380px;
    margin: 0 auto;
    position: relative;
}


.scroll {
    height: 535px;
    width:380px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF;
}

.scrollContainer div.panel {
    padding:0;
    height: 535px;
    width:380px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.navigation li {
    display: inline;
    margin-right: 2px;
	padding-bottom:5px;
}

ul.navigation a {
    padding: 9px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    color:#FFFFFF;
	background:url(../images/gallery-nav-icon.gif) no-repeat center center;
}

ul.navigation a.selected {
	color:#FFFFFF;
	background:url(../images/gallery-nav-icon.gif) no-repeat center center;
}

ul.navigation a:focus {
    outline: none;
}

.hide {
    display: none;
}