/* custom.css, Copyright (C) 2007 - 2010 YOOtheme GmbH */

/*
 * This CSS file is for customization purpose only
 */ 

div.module div.yoo-gallery {
	margin: 15px auto 5px auto;
	width: 600px;
}

/*
#yj_nt2 a {
color:#ff6600;
text-decoration:none;
}
#yj_nt2 a:hover {
color:#000;
text-decoration:none;
}
*/

img.image-left {
	float: left;
	margin: .5em 1em .5em 0;
}

img.image-right {
	float: right;
	margin: .5em 0 .5em 1em;
}

img.image-border {
	background-color: #666666;
	border: 1px solid #CCCCCC;
	padding: 3px;
}

img.image-margin {
	margin: .5em;
}


