
ol,ul{list-style:none;}
/***************************************************************************
***************************** SITEWIDE STYLES ******************************
***************************************************************************/

.white_container {
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border: 1px solid #CCCCCC;
    background-color: #fff; 
    padding: 8px;
    width: auto;
    margin-right: 10px;
}

/*#main{
	width:815px;
	width:900px;
	margin:0 auto;
	background: url(../images/newintro/glow-top.png) no-repeat center top;
	position:relative;
	overflow:hidden;
}*/

#main #gloss-overlay{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-400px;
	background:url(../images/newintro/gloss-overlay.png) no-repeat center top;
	width:800px;
	height:128px;
}

 a.button-register{
    background:url(../images/newintro/button-register.png) no-repeat top;
    text-indent:-99999em;
    width:141px;
    height:46px;
    display:block;
    float:left;
    margin-top:0px;
    margin-left:16px;
    /*IE6 margin-left:6px;*/
} 

a.button-login{
	background:url(../images/newintro/button-login.png) no-repeat top;
	text-indent:-99999em;
	width:141px;
	height:46px;
	display:block;
	/*float:left;*/
	margin-top:0px;
	margin-left:16px;
    position: absolute;
    bottom: 50px;
    left: 0px;
	/*IE6 margin-left:6px;*/
}

a.button-register:active{
    background-position: left bottom;
}

a.button-login:active{
	background-position: left bottom;
}

/***************************************************************************
*****************************HOME/PROJECT PAGE******************************
***************************************************************************/

h2#tagline{
	width:580px;
	height:46px;
	background: url(../images/newintro/headline-we-make-interfaces.png);
	margin:0 auto;
	margin-top:45px;
	margin-bottom:25px;
	position:relative;
	z-index:90;
}

#projects{
	width:840px;
	height:620px;
	display:block;
	background:url(../images/newintro/bg-main.png) no-repeat top left;
	margin: 0 auto;
	position:relative;
	color:#1a1f27;
}

#projects-bottom{
	display:block;
	height:48px;
	background: #fff url(../images/newintro/bg-main.png) no-repeat bottom left;	
	width:840px;
	position:absolute;
	left:0;
	bottom:0;
	z-index: 500;
}
#project-type-nav{
	width:171px;
	margin-top:20px;
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#dce7fa;
	margin-left:2px;
	border-bottom:1px solid #5d6776;
	/*border-top:1px solid #313742;*/
	position:relative;
}

#project-type-nav li{
	width:171px;
	height:36px;
	background:url(../images/newintro/project-nav-bg.png) no-repeat top left;
}

#project-type-nav li a{
	width:171px;
	height:36px;
	display:block;
	overflow:hidden;
	cursor:pointer;
}

#project-type-nav li a span{
	width:150px;
	height:16px;
	display:block;
	text-indent:-99999em;
	margin-left:10px;
	margin-top:10px;
	background-repeat:no-repeat;
	background-position:bottom left;
	background-position:top left;	
	position:relative;
	z-index:50;
	opacity: 0.65;
}
	
#project-type-nav li.nedir a span{    background-image:url(../images/newintro/text-nedir.png);}
#project-type-nav li.neden a span{    background-image:url(../images/newintro/text-neden.png);}
#project-type-nav li.nasil a span{    background-image:url(../images/newintro/text-nasil.png);}
#project-type-nav li.dahasi a span{    background-image:url(../images/newintro/text-more.png);}
#project-type-nav li.sms a span{    background-image:url(../images/newintro/text-sms.png);}
#project-type-nav li.mobil a span{    background-image:url(../images/newintro/text-mobil.png);}
#project-type-nav li.facebook a span{    background-image:url(../images/newintro/text-facebook.png);}
#project-type-nav li.twitter a span{    background-image:url(../images/newintro/text-twitter.png);}
#project-type-nav li.friendfeed a span{    background-image:url(../images/newintro/text-friendfeed.png);}
#project-type-nav li.chat a span{    background-image:url(../images/newintro/text-chat.png);}

#project-type-nav li.current{
	position:absolute;
	width:	192px;
	height:	41px;
	display:block;
	background:url(../images/newintro/project-nav-current-bg.png) no-repeat top left;
	top:-1px;
	left:-7px;
} 

.project-dots {
	position:absolute;
	left:215px;
	bottom:17px;
	z-index: 501;
}

.project-dots a{
	width:12px;
	height:12px;
	display:block;
	background:url(../images/newintro/icon-dot.png) no-repeat top left;
	text-indent:-99999em;
	margin-right:5px;
	float:left;
}

.project-dots a.active{
	background:url(../images/newintro/icon-dot.png) no-repeat bottom left;
}


.project-dots a.active:hover{
	opacity:1;
}

.button-next-project{
	position:absolute;
	right:0;
	bottom:0;
	width:153px;
	height:48px;
	background: url(../images/newintro/button-next-client2.png) no-repeat top right;
	text-indent:-99999em;
	cursor: pointer;
	z-index: 501;
}


.button-next-project:active{
	background: url(../images/newintro/button-next-client2.png) no-repeat bottom right;	
}	


/***************************************************************************
**************************** PROJECT LISTING *******************************
***************************************************************************/

.project {
	width:600px;
	height:540px;
	position:relative;
	margin-right:20px;
	
	}

.project-image-wrap{
	padding:10px;
	padding-top:9px;
	padding-bottom:9px;
	position:relative;
	margin-bottom:15px;
}

.project-image-wrap img{
	width:570px;	
	height:288px;
	display:block;
}

.project-image-wrap-small img{
    width:570px;    
    height:144px;
    display:block;
}

.project-image-wrap a{
	display:block
}

.project-image-wrap .overlay{
    position:absolute;
    top:0;
    left:0;
    width:590px;
    height:308px;
    background: url(../images/newintro/overlay-image.png) no-repeat top left;
}

.project-image-wrap-small .overlay-small{
	position:absolute;
	top:0;
	left:0;
	width:590px;
	height:164px;
	background: url(../images/newintro/overlay-image-small.png) no-repeat top left;
}

.project h3.project-title{
	font-size:25px;
	font-weight:bold;
	left:32px;
	bottom:18px;
	color:#1b1d20;
	text-shadow: 0px 1px 0px #e0e8f5;
	padding-left:3px;
}

.project-image-wrap a{
	position:absolute;
	left:10px;
	top:9px;
	width:570px;	
	height:288px;
	background: url(../images/newintro/button-zoom.png) no-repeat bottom right;
	text-indent:-9999em;
	opacity:0;
	border:0;
}

.project-text{
	color:#000;
	font-size:16px;
	text-shadow: 0 1px 0 #c6cbd5;
	line-height:18px;
	margin-top:5px;
	margin-left:3px;
	padding-right:12px;
}

.project-text p{
	margin-bottom:0.5em;
}

.view-the-site-link {
	text-indent:-99999em;
	display:block;
	height:25px;
	width:105px;
	background:url(../images/newintro/button-view-the-site.png) no-repeat top left;
	margin-top:10px
	

}
.view-the-site-link:active{
	background-position: bottom left;
}

/***************************************************************************
**************************** SCROLLER STUFF ********************************
***************************************************************************/

#scroller-window,
#scroller-neden-window,
#scroller-nasil-window,
#scroller-nedir-window,
#scroller-dahasi-window,
#scroller-sms-window,
#scroller-mobil-window,
#scroller-facebook-window,
#scroller-twitter-window,
#scroller-friendfeed-window,
#scroller-chat-window {
	height:540px;
}

#scroller-window {
   position:relative; 
   overflow:hidden;          
   width: 625px;     
   float:right;
   margin-top:18px;
   margin-right:12px; /*IE6 margin-right:6px;*/	
   margin-bottom:9px;
   fbackground-color:#f00;
}

#scroller-fade-left,
#scroller-fade-right{
	position:absolute;
	width:10px;
	height:100%;
	top:0px;	
}

#scroller-fade-left{
	left:0px;
	background: url(../images/newintro/scroller-fade.png) repeat-y top right;
}


#scroller-fade-right{
	right:0px;
	background: url(../images/newintro/scroller-fade.png) repeat-y top left;
}

#scroller-nedir-window{
   overflow:hidden;          
   width: 600px;
}

#scroller-nedir-wrap{
    width:10000em;
    position:absolute;
}

#scroller-neden-window{
   overflow:hidden;          
   width: 600px;
}

#scroller-neden-wrap{
	width:10000em;
	position:absolute;
}

#scroller-nasil-window{
   overflow:hidden;          
   width: 600px;     
}

#scroller-nasil-wrap{
	width:10000em;
	position:absolute;
}

#scroller-dahasi-window{
   overflow:hidden;          
   width: 600px;
}

#scroller-dahasi-wrap{
    width:10000em;
    position:absolute;
}

#scroller-sms-window{
   overflow:hidden;          
   width: 600px;
}

#scroller-sms-wrap{
    width:10000em;
    position:absolute;
}

#scroller-mobil-window{
   overflow:hidden;          
   width: 600px;
}

#scroller-mobil-wrap{
    width:10000em;
    position:absolute;
}

#scroller-facebook-window{
   overflow:hidden;          
   width: 600px;
}

#scroller-facebook-wrap{
    width:10000em;
    position:absolute;
}

#scroller-twitter-window{
   overflow:hidden;          
   width: 600px;
}

#scroller-twitter-wrap{
    width:10000em;
    position:absolute;
}

#scroller-friendfeed-window{
   overflow:hidden;          
   width: 600px;
}

#scroller-friendfeed-wrap{
    width:10000em;
    position:absolute;
}

#scroller-chat-window{
   overflow:hidden;          
   width: 600px;
}

#scroller-chat-wrap{
    width:10000em;
    position:absolute;
}

#scroller-window .project{
	float:left;
}


#scroller-vertical{
	position:absolute;
	top:0;
	left:10px;
	height: 1380px;
	width:600px;
}