* {
	margin: 0;
	padding: 0;
}

body { 
    font: 11px Helvetica, Arial, sans-serif; background-image:url(images/bg.jpg);
}

#wrapper {
    width: 960px;
    margin: 25px auto;
    position:relative;
}

#about {width:550px;
margin:10px auto;
font-size:13px;
line-height:16px;
padding:10px;
background-color:#000;
color:#ccc;}

img, div { behavior: url(http://www.k-in-la.com/iepngfix.htc)}

#kristin {width: 758px; float:left; padding-top:40px;}

#aboutcontact	{width:166px; float:left; margin-left:10px;}

#services {position: absolute; top:650px; margin:0 auto; width:960px; text-align:center; font-size:11px; color:#fff; text-shadow:2px 2px 3px #000; font-weight:bold;}

#intro {
    padding-bottom: 10px;
}

#slider {
    width: 800px;
    margin: 0 auto;
    position: absolute;
    top:210px;
    left:80px;
	border: 0px solid #ccc;
}

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

.scrollContainer {
	position: relative;
}

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

#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;
	background-color:#4e1b46;
	border: 1px solid #fff;
}

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

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

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

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

a:hover {
	border-bottom: 1px solid #999;
}

.scrollButtons {
    position: absolute;
    top: -40px;
    z-index:80;
    cursor: pointer;
}

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

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

.hide {
    display: none;
}