
.shadetabs{
/*	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana,sans-serif;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/

*/
}

.shadetabs li{
	width:192px;
	margin: 10;

}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 5px;
	color: #2d2b2b;
	font: bold 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana,sans-serif;

}

.shadetabs li a:visited{
/*	color: #2d2b2b;*/
}

.shadetabs li a:hover{
	text-decoration: underline;
	color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
	width:192px;
	height:28px;
	top:1px;
	
	background:#d5d7d8;
	border:3px solid #FFFFFF;


/*
	padding-top:7px;
	padding-left:10px;
	background:url('projects-menu-bg.png'); 
	background-repeat:no-repeat;
*/
}



.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontent{
	display:none;
}
#container1 {
        background: url(http://itcreate.net/images/background_projects.jpg) no-repeat;
        padding:1px;
        width: 680px;
       margin: 0;
	}
        
        .sliderGallery1 {
            overflow: hidden;
            position: relative;
            height: 177px;
            width: 665px;
            margin: 10px ;
        }
        
        .sliderGallery1 UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
        }
        
        
        .sliderGallery1 UL LI {
            display: inline;
          
            margin: 0;
            
            
        }
        
        .slider1 {
            width: 648px;
            height: 25px;
            top: 140px;
       	
            padding: 2px;
            position: relative;
            background: url(http://itcreate.net/images/scrollbar.png) no-repeat;
        }
        
        .handle1 {
            position: absolute;
            cursor: point;
            height: 17px;
            width: 118px;
            top: 0;
            
            padding:2px;
            background: url(http://itcreate.net/images/scroller.png) no-repeat;
            z-index: 100;
        }
        
        .slider1 span {
            color: #bbb;
            font-size: 100%;
            cursor: pointer;
            position: absolute;
            z-index: 110;
            top: 3px;
        }
        
        .slider1 .slider-lbl1 {
            left: 50px;
        }
        
        .slider1 .slider-lbl2 {
            left: 200px;
        }
        
        .slider1 .slider-lbl3 {
            left: 156px;
        }


