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

*{
	padding:0;
	margin:0;
}
img{
	border:none;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	line-height:18px;
	background:url(images/back.jpg) center top  fixed #121212;
	overflow:hidden;
}
#container{
	width:650px;
	height:400px;
	margin:150px auto 0 auto;
	position:relative;
}
#logo{
	margin-left:-45px;
}
#social{
	height:23px;
	position:absolute;
	right:-250px;
	bottom:0px;
}
#facebook{
	color:#4a76d2;
	text-decoration:none;
}
#twitter{
	color:#33ccff;
	text-decoration:none;
}
#work{
    width:726px;
    height:404px;
    position:absolute;
    background:url(images/slide_panel.png) left top no-repeat;
	right:-1000px;
}
.left{
    height:404px;
    width:49px;
    margin-left:-60px;
	float:left;
}
.right{
    height:404px;
    width:49px;
    margin-right:-60px;
	float:right;
}
.left a,.left a:visited{
    width:49px;
    height:70px;
    display:block;
    float:left;
    background:url(images/arrows.png) left top no-repeat;
    margin-top:185px;
	outline:none;
	display:none;
}
.left a:hover{
    width:49px;
    height:70px;
    display:block;
    float:left;
    background:url(images/arrows.png) left bottom no-repeat;
    margin-top:185px;
}
.left a:active{
	margin-top:187px;
}
.right a,.right a:visited{
    width:49px;
    height:70px;
    display:block;
    float:left;
    background:url(images/arrows.png) right top no-repeat;
    margin-top:185px;
	outline:none;
	display:none;
}
.right a:hover{
    width:49px;
    height:70px;
    display:block;
    float:left;
    background:url(images/arrows.png) right bottom no-repeat;
    margin-top:185px;
}
.right a:active{
	margin-top:187px;
}
#close_button{
    width:45px;
    height:35px;
    background:url(images/close_button.png) left top no-repeat;
    position:absolute;
    top:6px;
    right:30px;
    cursor:pointer;
}
#close_button:active{
    height:32px;
    top:9px;
}
.slider{
    width:684px;
    height:321px;
    position:absolute;
    top:62px;
    left:21px;
    overflow:hidden;
}
.reel{
    height:321px;
    position:absolute;
    top:0;
    left:0;
    list-style-type:none;
    overflow:hidden;
}
.reel li{
    width:684px;
    height:321px;
	float:left;
    position:relative;
}
.reel li a,.reel li a:visited{
    display:block;
    position:absolute;
    bottom:0;
    right:0px;
    text-decoration:none;
    background:url(images/link_bg.png) left top;
    padding:10px 30px;
    color:white;
    border-radius-topleft:10px;
    -webkit-border-radius-topleft:10px;
    -moz-border-radius-topleft:10px;
    font-size:13px
}
.reel li a:hover,.reel li a:hover:active{
    color:#FF0048;
    background:black;
}
#check{
    position:absolute;
    right:5px;
	cursor:pointer;
    top:300px;
}
#check:active{
    margin-top:3px;
}