/* CSS Document */
/* HTML CAROUSEL */

#content #html-carousel {
	float: left;
	display:inline;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 670px;
	width: 900px;
}
body {
}


#contenthome #html-carousel {
	display:inline;
	z-index: 1;
	height: 670px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	
}




/* BUTTONS */
#buttons{
	float:left;
}

#prev-arrow-container{
	margin-top: 400px;
	z-index: 110;
	float: left;
	position: absolute;
	margin-left: 370px;
	cursor: auto;
}

#next-arrow-container {
	z-index: 110;
	float: right;
	position: absolute;
	margin-top: 400px;
	margin-left: 730px;
	cursor: auto;

}


/* COLOR SYNTAXING */
pre {
  font-size: 12px;
  padding: 0px;
  border:  1px solid #333;
  overflow: auto;
  border-bottom-color: #ddd;
	color: #fff;
	background-color:  #222;
}

/* =code highlighting
-----------------------------------------------------------------------------*/

/** RUBY **/
code.ruby span.comment {
	color: #BD48B3;
}

code.ruby span.string {
	color: #99FF00;
}

code.ruby span.brackets {
	
}

code.ruby span.symbol {
	color: #6BCFF7;
}

code.ruby span.keywords {
	color: #FF8400;
}

/** YAML **/
code.ruby span.key {
  color: #FF8400;
}

/** JAVASCRIPT **/

/** HTML **/
code.html span.tag {
	color: #fff;
}

code.html span.attribute {
	color: #FFD500;
}

code.html span.string {
	color: #99FF00;
}

code.html span.comment {
	color: #999;
}

code.html span.doctype {
	color: #D7FF80;
}  

code.html span.tag {
	color:  #6BCFF7;
}

/** CSS */
code.css .comment {
	color : #BD48B3;
}

code.css .properties {
	color :   #6BCFF7;
}

code.css .selectors {
	color :  #FF8400;
}

code.css .units {
	color: #99FF00;
}

code.css .urls {
	color :green;
}

code.css .keywords {
	color:  #FFD500;
}

/** Javascript */
code.javascript .comment {
	color : #BD48B3;
}

code.javascript .string {
	color : #99FF00;
}

code.javascript .keywords {
	color : #FF8400;
}

code.javascript .global {
	color : #6BCFF7;
}

/*code.javascript .brackets {
	color : #6BCFF7;
}*/

/* */
div#wrapper2{
  float:left;
  width:100%;    
}

div#navigation{
  float:left;
  width:200px;
  margin-left:-200px;
  text-align:left;
  background:#F0F0F0;
}

#nm {
  float:left;
  background:#FFF;
  width: 200px;
  text-align:center;
}

#g {
  float:left;
  padding-left:40px;
}
