/* 
    Document   : style
    Created on : 30.01.2012, 17:15:22
    Author     : mahype
    Description:
        General stylesheets for Dialog Plugin on frontend
*/
.dialogs{
	list-style-type: none;
}
.dialogs li{
	float:left;
}
.dialogs .dialog{
	width:250px;
	height:250px;
	margin: 10px;
}
.dialogs .dialog.featured{
	
}
