body
{
    background-color: black;
    background: url(./images/bkg.png);
    margin:0;
    color: white;
    font-family: arial;
}
img, div { behavior: url(iepngfix.htc) }
img 
{
    border:none;
}
#content
{
     background: url(./images/poza.png);
     width : 900px;
     height: 720px;
      margin-left:auto;
    margin-right: auto;
}

.home
{
    width:550px;
    filter:alpha(opacity=70);
  /* CSS3 standard */
     opacity:0.7;
    margin-left: 100px;
    margin-top:530px;
}

.home p
{
    color:#B5B5B5;
    text-align:justify;
}

.contact
{
    width:500px;
    filter:alpha(opacity=70);
  /* CSS3 standard */
     opacity:0.7;
    margin-left: 100px;
    margin-top:530px;
    color:#B5B5B5;
    border: none
}

#carousel_inner {
float:left; /* important for inline positioning */
width:480px; /* important (this width = width of list item(including margin) * items shown */
height:130px;
overflow: hidden;  /* important (hide the items outside the div) */
/* non-important styling bellow */
background: #F0F0F0;
}

#carousel_ul0,#carousel_ul1,#carousel_ul2,#carousel_ul3,#carousel_ul4 {
/*position: relative ;*/
left:0px; /* important (this should be negative number of list items width(including margin) */
list-style-type: none; /* removing the default styling for unordered list items */
margin: 0px;
padding: 0px;
width:9999px; /* important */
/* non-important styling bellow */
padding-bottom:10px;
}


#carousel_ul0 li,#carousel_ul1 li,#carousel_ul2 li,#carousel_ul3 li,#carousel_ul4 li{
float: left; /* important for inline positioning of the list items */
width:150px;  /* fixed width, important */
/* just styling bellow*/
padding:0px;
height:100px;
background: #000000;
margin-top:15px;
margin-bottom:15px;
margin-left:5px;
margin-right:5px;
}

#carousel_ul0 li img ,#carousel_ul1 li img,#carousel_ul2 li img,#carousel_ul3 li img,#carousel_ul4 li img{
 /* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that */
/* styling */
cursor:pointer;
cursor: hand;
border:0px;
height:100px;
width:150px;
}
#left_scroll, #right_scroll{
float:left;
height:130px;

background: #C0C0C0;
}
#left_scroll img, #right_scroll img{
border:0; /* remove the default border of linked image */
/*styling*/
cursor: pointer;
cursor: hand;
}
#carousel_container {width:520px;float:left;}

.contact input,textarea {width:300px;}
.contact textarea {height:100px}
#buton_trimite {width:80px;border: none}
.lnk {text-decoration:none;color:#910e80;}
