    /* Overriding the default Slideshow thumbnails for the vertical presentation */
 
    .slideshow-thumbnails {
    	height: 550px;
    	left: auto;
    	right: -80px;
    	top: 0;
    	width: 70px;
    }
    .slideshow-thumbnails ul {
    	height: 500px;
    	width: 70px;
    }
    
	#wrapper {width: 850px; margin: 0 auto; padding-top:25px; text-align: left; background:#efefef;}
	
	body {text-align:center;background-color:#efefef;} 
    	
    .left_side{
    height:550px;
    width:380px;
	 border: 0px solid black;
	 float:left;
    }    
   
    .right_side{
    height:550px;
    width:400px;
	 border: 1px solid black;
	 float:left;
    } 
       
   .designer_logo
	{
	margin: 0px auto;
	height: 100px;
	background-image:url(logo.jpg);
	background-repeat: no-repeat;
   background-position: center;		
   display:block;	
	}

   .patsys_logo  
   {
   height:100px;
	margin: 0px auto;
	text-align:center;
	background-image:url(../../images/logo.gif);
	background-repeat: no-repeat;
   background-position: center;			
    }
