/*styles - extra styles */
#more-info {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.06em;
	line-height: 0.9em;
	}
#more-info { margin: 30px 0 0 0; }
#more-info span.left { float:left; }
#more-info span.right { float:right; }

/*.portfolio ul { height: 350px; overflow: hidden; }*/

.tweet a {
	color:#000;
	text-decoration:none;
}

.tweet a:hover {
	text-decoration:underline;
}

/*functions */

/*main page carousel */
#main-wrapper {
    width: 980px;
    height: 466px;
    margin: 10px 0 0 0px;
    overflow: hidden;
}
#main-content {
    width: 100000px;
}
#main-content .slide {
    float: left;
    height: 466px;
    width: 245px;
}


/*detail page carousel */
#cwrapper {
    width: 720px;
    height: 365px;
    overflow: hidden;
}
#ccontent {
    width: 72000px;
}
#ccontent .slide {
    float: left;
    width: 720px;
    margin: 0 10px 0 0;
    height: 365px;
}
