body, select, input, textarea {
  color: #fff;
}

a, a:active, a:visited, a:hover { 
 color: #000;
 text-decoration: none;
 outline: none;
 border: none;
}

h1, h2, h3, h4, h5, h6{ margin-bottom:15px; font-weight:normal; line-height:1.2em;}
h1{ 
font-size:25px; 
color: #575757; 
font-family: 'Droid Serif', Georgia, Times, serif;
margin-top: 25px;
border-bottom: 1px #575757 solid;
}


/**
 * vuAll styles
 *
 * Author: LGLab
 */

.vuAll_container {
 width: 912px;
 height: 416px;
}

.vuAll_container2 {
 width: 912px;
 height: 228px;
}


.vuAll_item img{
 float: left;
 display: block;
 position: relative;
}

.vuAll_item {
 position: relative;
 float: left;
 overflow: hidden;
 border: #fff 2px solid;
}


.vuAll_textArea {
 clear:both;
 float:left;
 position: absolute;
 
 font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
 font-size: 14px;
 line-height: 22px;

}

.vuAll_heading {
 font-family: 'Droid Serif', Georgia, Times, serif;
 font-size: 28px;
 line-height: 35px;
 margin-bottom: 14px;
}

.headSize{
 cursor: pointer;
}

.vuAll_copy {
}

.vuAll_button{
 float: right;
 padding: 5px 8px 5px 8px;
 margin-top: 15px;

 cursor: pointer;
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -o-user-select: none;
 user-select: none;

 border-top: 1px solid #fff;

 /* Box Shadow */

-moz-box-shadow: 0px 1px 2px #222; /* FF3.5+ */
 -webkit-box-shadow: 0px 1px 2px #222; /* Saf3.0+, Chrome */
 box-shadow: 0px 1px 2px #222; /* Opera 10.5, IE9, Chrome 10+ */

 /* Border radius */

 -moz-border-radius: 5px; /* FF1-3.6 */
 -webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
 border-radius: 5px 5px 5px 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */    
  /* useful if you don't want a bg color from leaking outside the border: */        
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
 
 /* Gradient */
 background-color: #f0f1f2;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#f0f1f2)); /* Saf4+, Chrome */
 background-image: -webkit-linear-gradient(top, #fdfdfd, #f0f1f2); /* Chrome 10+, Saf5.1+ */
 background-image:    -moz-linear-gradient(top, #fdfdfd, #f0f1f2); /* FF3.6 */
 background-image:     -ms-linear-gradient(top, #fdfdfd, #f0f1f2); /* IE10 */
 background-image:      -o-linear-gradient(top, #fdfdfd, #f0f1f2); /* Opera 11.10+ */
 background-image:         linear-gradient(top, #fdfdfd, #f0f1f2);


}

.vuAll_button:hover{
 
 /* Gradient */
 background-color: #fdfdfd;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f1f2), to(#fdfdfd)); /* Saf4+, Chrome */
 background-image: -webkit-linear-gradient(top, #f0f1f2, #fdfdfd); /* Chrome 10+, Saf5.1+ */
 background-image:    -moz-linear-gradient(top, #f0f1f2, #fdfdfd); /* FF3.6 */
 background-image:     -ms-linear-gradient(top, #f0f1f2, #fdfdfd); /* IE10 */
 background-image:      -o-linear-gradient(top, #f0f1f2, #fdfdfd); /* Opera 11.10+ */
 background-image:         linear-gradient(top, #f0f1f2, #fdfdfd);


}