@charset "UTF-8";
/* CSS Document */


body { 
background-image: url(http://www.resonantdesign.com/my30thbirthday/images/BGLarge4.gif) ;
background-repeat:no-repeat;
background-color:#000000;
}

#main {
background:transparent url(http://www.resonantdesign.com/my30thbirthday/images/WebsitebgV2.jpg) center;
background-repeat:no-repeat;
height:600px;
}

#textcontent {
	bottom:100px;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	height:117px;
	left:369px;
	margin:-8px 0 0;
	position:absolute;
	text-align:left;
	top:476px;
	width: 628px;
}

* {
	margin: 0;
	padding: 0;
}

body { 
    font: 11px Helvetica, Arial, sans-serif;
}

#wrapper {
    width: 100%;
    margin: 15px auto;
}

#intro {
    padding-bottom: 10px;
}

#slider {
    width: 800px;
    margin: 0 auto;
    position: relative;
	border: 0px solid #ccc;
	/* background-color:#000000; */
}


#introslider {
    width: 800px;
    margin: 0 auto;
    position: static;
	border: 0px solid #ccc;
	/* background-color:#000000; */
}

.scroll {
	overflow: hidden;
	width: 800px;
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 10px;
    width: 274px;
	height: 318px;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/leftshadow.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/rightshadow.png) repeat-y;
}

.inside {
	padding: 10px;
	border: 1px solid #999;
	background-color:#000000;

}

.inside img {
	display: block;
	border: 1px solid #666;
	margin: 0 0 10px 0;
	width: 250px;
}

.inside h2 {
	font-weight: normal;
	color: #111;
	font-size: 16px;
	margin: 0 0 8px 0;
}

.inside p {
	font-size: 11px;
	color: #ccc;
}

a {
	color: #ff0000;
	text-decoration: none;
	/* border-bottom: 1px dotted #ccc */
}

a:hover {
	color:#FFFFFF;
	/* border-bottom: 1px solid #999;*/
}

.scrollButtons {
    position: absolute;
    top: 127px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -90px;
}

.scrollButtons.right {
    right: -105px;
}

.hide {
    display: none;
}

#slideshow {
	position:relative;
	top: 100px;
	left: 100px;
}
	
#gallerysticker {
	
	position:fixed;
	top: 330px;
	right: 100px;
	
}
