﻿			.slidingcontrolpanelleft {
                position:absolute;
                width:0px;
                top:0px;
                left:0px;               
                -moz-transition: all 1s ease-in-out;
                -webkit-transition: all 1s ease-in-out;
                -o-transition: all 1s ease-in-out;
                transition: all 1s ease-in-out;                 

                         
            }                       

   
            .slidingcontrolpanelleft:hover{
				width:170px;
                margin-left: 0px;
                left:0px;               
          
            }
            
            
            .slidingcontrolpanelcolapsedleft {
                position:absolute;
                width:170px;
       
                       
                top:0px;
                left:0px;               
                -moz-transition: all 1s ease-in-out;
                -webkit-transition: all 1s ease-in-out;
                -o-transition: all 1s ease-in-out;
                transition: all 1s ease-in-out;                 

                margin-left: 0px;            
            }    
            
            
            .slidingcontrolpanelpinnedleft:hover{
				width:170px;
                margin-left: 0px;
                left:0px;               
          
            }
            
            .mainpanelleft 
            {
            	margin: 0px;
            	padding: 0px;
            	 border-width: 0px;
            	left:170px; 
            	
            	}

			.mainpanelpinned
            {
            	margin: 0px;
            	padding: 0px;
            	 border-width: 0px;
            	left:170px; 
            	
            	}
            	
            	.roundedcorners
			{
			 border-top-left-radius: 5px; 
			border-top-right-radius: 5px; 
			border-bottom-left-radius: 5px; 
			border-bottom-right-radius: 5px; 
			box-shadow: 2px 2px 30px rgba(0,0,0,0.6);
			-moz-border-radius-topright: 5px; 
			-moz-border-radius-topleft: 5px; 
			-moz-border-radius-bottomleft: 5px;
			-moz-border-radius-bottomright: 5px;  
			-moz-box-shadow: 2px 2px 30px rgba(0,0,0,0.6);
			-webkit-border-bottom-left-radius: 5px;
			-webkit-border-bottom-right-radius: 5px;
			-webkit-border-top-right-radius: 5px; 
			-webkit-border-top-left-radius: 5px;
			-webkit-box-shadow: 2px 2px 30px rgba(0,0,0,0.6);
			 cursor:pointer;

				}
    
           	.shadowed
			{
			
			box-shadow: 2px 2px 30px rgba(0,0,0,0.6);
			-moz-box-shadow: 2px 2px 30px rgba(0,0,0,0.6);
			-webkit-box-shadow: 2px 2px 30px rgba(0,0,0,0.6);
			}
			
				.icon_name
			{
			
			opacity:0.5;
			filter:alpha(opacity=50); /* For IE8 and earlier */
			}
			
		
