@charset "utf-8";
/* CSS Document */
img {
	border: none;
}

#myslide	{
	width: 820px;
	background: url(../images/inner_top_clear.png) repeat-x;
	overflow: hidden;
	position: relative;
	height:	360px;
	margin-bottom: 0px
}
 
#myslide .cover	{
	width: 4100px; /*------- class mystuff width * number of mystuff divs (160 * 3 = 480)---------- */
	background: ;
	position: absolute;
	height: 360px;
}
 
#myslide .mystuff	{
	width: 820px;
	height: 360px;
	float: left;
}

#myslide .mystuff p	{
	width: 350px;
	float: left;
	margin-top: 0px;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

#myslide .inner	{
	margin-left: 40px;
	margin-top: 60px;
	margin-right: 40px;
}

#myslide .inner a	{
	color: #CCFF66;
	text-decoration: none;
}
 
#myslide .inner a:hover	{
	color: #FFFFCC;
	text-decoration: none;
}

#myslide .inner a:active	{
	color: #CCFF66;
	text-decoration: none;
}

#myslide .inner a:visited	{
	color: #CCFF66;
	text-decoration: none;
}


.button1,.button2,.button3,.button4,.button5,.button6,.button7,.button8,.button9,.button10	{
	background: #ccc;
	border: none;
	height: 29px;
	padding: 0px;
	display: block;
	float: left;
	margin-right: 10px;
}

/*.button1:hover,.button2:hover,.button3:hover,.button4:hover,.button5:hover	{
	border: 1px solid #99FF66;
}*/

.button1	{
	background: url(../images/showcase/cs.png) no-repeat;
	width: 45px;
}

.button2	{
	background: url(../images/showcase/kod.png) no-repeat;
	width: 40px;
}

.button3	{
	background: url(../images/showcase/tpg.png) no-repeat;
	width: 40px;
}

.button4	{
	background: url(../images/showcase/kbr.png) no-repeat;
	width: 40px;
}

.button5	{
	background: url(../images/showcase/exd.png) no-repeat;
	width: 40px;
}

.button1:hover	{
	background: url(../images/showcase/cs_over.png) no-repeat;
	width: 45px;
}

.button2:hover	{
	background: url(../images/showcase/kod_over.png) no-repeat;
	width: 40px;
}

.button3:hover	{
	background: url(../images/showcase/tpg_over.png) no-repeat;
	width: 40px;
}

.button4:hover	{
	background: url(../images/showcase/kbr_over.png) no-repeat;
	width: 40px;
}

.button5:hover	{
	background: url(../images/showcase/exd_over.png) no-repeat;
	width: 40px;
}

.active	{
	padding: 0px;
	display: block;
}

.clear	{
	clear: both;
}

#button	{
	position: absolute;
	z-index: 500;
	top: 510px;
	width: 820px;
	
}

#btnStrip	{
	float: right;
}

