                 #wid {
		      display		:		none				     ;
		      position		: 		absolute			     ;
		      background-color	:		#ffffff				     ;
		      width		:		759px				     ;
                      height		:		490px				     ;
                      border		: 		solid 1px #666666		     ;
 		      z-index		: 		9999				     ;
                 }        
                                                                      
                 #widget_poster_container {
                        float		:		left				     ;
		      	background-color:		#333333				     ;
                        width		:		509px				     ;
                        height		:		490px				     ;
                 }                                                                              
                                                                                                
                 #widget_poster_holder {
                        width           :		508px				     ;
			height		:		458px				     ;
                        border-right	:		solid 1px #666666		     ;
			border-bottom	:		solid 1px #666666		     ;
                 }                                                                              
                                                                                                
                 #widget_description_container {
                        float		:		right				     ;
		 	background-color:		#d8d8d8				     ;
			font		:		helvetica light 11px #333333	     ;
                        width		:		250px				     ;
                        height		:		490px				     ;
			border-bottom	:		solid 1px #666666		     ;
                 }      
		 #project_description {
		 	background-color:		#d8d8d8				     ;
			font		:		helvetica light			     ;
			color		:		#333333	  			     ;
			font-size	:		11px				     ;
			margin-top	:		10px				     ;
			margin-left	:		20px				     ;
			margin-right	:		20px				     ;
		 }

		 #project_caption {
		 	font-size	:		25px				     ;
			margin-top	:		10px				     ;
			margin-left	:		20px				     ;
			margin-right	:		20px				     ;
		 }                                                                           
		 a.widget_close_button {
		 	float	        :		right				     ;
		 	background:url(../images/posters/close_arrow_buttons.png) no-repeat  ;
		 	background-position:		-23px 0px			     ;
			width		:		25px  				     ;
			height		:		25px				     ;
			margin-top	:		-11px				     ;
			margin-right	:		-10px				     ;
			cursor		:		pointer				     ;
		 }

		 a.widget_close_button:hover {
		 	background-position:		-23px -25px			     ;
		 }

		 a.widget_close_button:active {
		 	background-position:		-23px -50px			     ;
		 }

		 .poster_hover {
		 	cursor             :		auto			             ;
 		 }

		 #loader_img {
		 	font		   :		verdana				     ;
			font-size	   :		11px 				     ;
			color		   :		#333333				     ;
		 	margin-top	   :		222px			             ;
			margin-left	   :		300px				     ;
		 }
		 
		 #loader_img:first-letter {
		 	margin-left	   :		6px				     ; 
		 }

		/* Overlays */
		.ui-widget-overlay {
		        display	           :            none				     ;		
			position	   :		absolute			     ;
			top		   : 		0				     ;
			left		   : 		0				     ;
			background-color   :		#000000				     ;
			width		   : 		100%				     ;
			height		   : 		100%				     ;
			opacity		   :		0.8				     ;			
		}
		



