/*
	layout.css
	----------
	Kookaburra Theme
	
	By 	Alex Eckermann
		- Xenon Design
	
	3 January 2009
*/
*
{
	margin: 0;
	padding-right: 10;
	padding-left: 10;
}

  

#slideshow
{
	height: 400px;
	background: #fff url(../images/loading_wait.png) no-repeat center center;
	border: 1px solid #000;
	margin-bottom: 50px;
	overflow: hidden;
	position: relative;
}

#slideshow ul li
{
	list-style: none;
	float: left;
	height: 400px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

#slideshow ul li div
{
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #000;
	color: #fff;
	display: none;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 10px;
}

/* @end */

/* @group gallery */

#gallery
{
	height: 450px;
	border: 1px solid #000;
	margin-bottom: 50px;
}

#gallery .photo
{
	width: 600px;
	background: #000;
	height: 450px;
	float: left;
	overflow: hidden;
}

#gallery .comment
{
	float: left;
	width: 300px;
	background: #000 url(../images/gallery_comment.png) no-repeat left top;
	height: 410px;
	padding: 20px;
	overflow: auto;
}

#gallery .comment h2
{
	color: #61a7da;
}

#gallery .comment p
{
	color: #fff;
}

#gallery .comment a:link, #gallery .comment a:visited
{
	color: #a5bff7;
}

ul.gallery
{
	list-style: none;
}

ul.gallery li
{
	float: left;
	display: inline;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer	;
}

/* @end */
 
 
/* @end */
