.description {
			float:left;
			width:450px;
			margin-right:30px;
		}
		.demo {
			float:left;
			width:500px;
		}
		
		.demo:after,
		#selectable:after{
			content:' ';
			display:block;
			clear:both;
		}
		#selectable .ui-selecting { background: #FECA40; }
		#selectable .ui-selected { background: #F39814; color: white; }
		#selectable { 
			list-style-type: none; margin: 0; padding: 0; 
			width:100%;
			margin:auto;
		 }
		#selectable li {
			color:#ffffff;
			float: right; width: 314px; height: 290px;margin-bottom:10px; 
		}
		#selectable li.special{
			width:628px;
		}
		#selectable li.special h2{
			margin-top:2px;
			height: 56px;
		}
		#selectable li h2{
			cursor: move;
			height: 58px;
		}
		/* ie sucks 
		#selectable li h2 img{
			width:320px;
			height:59px;
		}
		#selectable li div img{
			width:320px;
			height:231px;
		}
		
		#selectable li.special h2 img{
			width:640px;
			height:59px;
		}
		#selectable li.special div img{
			width:640px;
			height:231px;
		}
		
		#selectable li.adv img{
			width:320px;
			height:290px;
		}
		*/
		.widget-placeholder{
			border:0px dashed #ffffff;
			background: inherit;
			width:315px;
		}

