/* @override 
	http://www.monarchjewelrycad.com/monarch%5Flite/flash/css/style.css
	http://www.monarchjewelrycad.com/monarch_lite/flash/css/style.css
*/

/*

CSS by VECTORICA | Buda | 2009

*/

/* @group general */

/* General style */

html {height:100%;}

*html body {height:100%;}
body { height:100%; background-color: #000000;margin: 0;}



/* @end */

/* @group flash */

/* contenedor */

#wrapper {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;!important
	background-color: #000;
}

/* Flash */

#mainflash {
	position: absolute;
	width:100%;
	height:100%;!important
	z-index: 5;
	background-color: #000;
	float: left;
	top: 0;
}



/* @end */

/* @group Boxen */
#boxen_overlay {
	background-color: #000;
	position: absolute;
}

#boxen_container {
	padding: 4px;
	margin: 0;
	position: absolute;
	background-color: #000;
	overflow: visible;
	-moz-border-radius: 3px 3px;
}

#boxen_close_button {
	background: transparent url(../img/close_btn.png) no-repeat scroll 0 0;
	border: none;
	height: 19px;
	position: absolute;
	right: 4px;
	top: 4px;
	width: 19px;
	outline: none;
}

#boxen_close_button:hover {
	background-position: 0 -19px;
}

#boxen_close_button span {
	
}

#boxen_content {
	background-color: #000;
	overflow: visible;
	width: 100%;
	height: 100%;
}

#boxen_titlebar {
	background-color: #ccc;
	font-weight: bold;
	padding: 0 0 6px 2px;
	position: relative;
	min-height: 16px;
}

#boxen_title {
	
}

#gallery-1 {
	height: 600px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
/* @end */