/* BROWSER FLAGS (kopin2/asubpage): default */
/* -------------------------------- default -------------------------------- */
/* 
STANDARD CSS

Help
----
Path to the document's folder: /data/
Path to the design's data folder*: /styles/kopin2/data/

Example how to link images:
File in the user's DATA folder:
  background-image: url("/data/Images/wysiwyg-uploaded-image.jpg");
File in the Design DATA folder (in /styles/kopin2/data/) - prefered way is to use path relative to this CSS:
  background-image: url("../data/template.jpg");

To upload your files use the WebDAV interface.

*/

#gallerycontainer {
 	position:absolute;
	left: 768px;
	top: 277px;
}
.content {
 	min-height: 500px;
	_height: 500px;
}
ul ul .mouseOut {
	display:none;
}

.page6 #path {
	display:none;
}
.page40 #gallerycontainer {
 	display:none;
}
#content-margin { 
 	margin-top: 20px;
}
#page157 #movie {
	display:none;
}
#page165 #gallerycontainer {
 	display:none;
}