/*******************************************************************************
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 ******************************************************************************/

.panel h1 {
    font-family: Verdana,Arial,Sans-serif;
    font-size: 30px;
    line-height: 48px;
    text-align: center;
    padding: 10px;
    margin: 0px;
}

#output {
    border: thin solid lightgray;
    padding: 1em;
}


#slidebar {
    height: 130px;
    padding-top: 5px;
	overflow:hidden;
    width:50000px;
}

#slidecont {
    background: #F9F9F9;
    border: thin solid lightgray;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
	margin: 1em;
	overflow:hidden;
	margin-left: 10px;
	width:982px;
	position:relative;
 }


#slidecont.sliding {
    border: thin solid orange;
}

.panel {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border: thin solid #cccccc;
    background: white;
}

.panel p {
 }

#habenaro {
    background: white url('images/Habanero_closeup_edit2.jpg') no-repeat scroll right bottom;
}

#snail {
    background: white url('images/snail.jpg') no-repeat scroll center center;
}

#stones {
    background: white url('images/stones.jpg') no-repeat scroll center center;
}

#iphone {
    background: white url('images/iphone.jpg') no-repeat scroll center center;
}

#ipad {
    background: white url('images/ipad.png') no-repeat scroll center center;
}

#android {
    background: white url('images/android.jpg') no-repeat scroll center center;
}

#gmail {
    background: white url('images/gmail.png') no-repeat scroll center center;
}

#youtube {
    background: white url('images/youtube.png') no-repeat scroll center center;
}

#ebay {
    background: white url('images/ebay.png') no-repeat scroll center center;
}

#cupcake {
    background: white url('images/cupcake.jpg') no-repeat scroll center center;
}

#cans {
    background: white url('images/cans.jpg') no-repeat scroll center center;
}

#tomato {
    background: white url('images/tomato.png') no-repeat scroll left bottom;
}

#gerbera {
    background: white url('images/gerbera.jpg') no-repeat scroll center center;
}

#rabbit {
    background: white url('images/rabbit.jpg') no-repeat scroll right bottom;
}

#zebra {
    background: white url('images/zebra.jpg') no-repeat scroll right top;
}
