﻿.navigationButton
{
    width: 30px;
    height: 30px;
    margin: 45px 0 30px 0;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}

.navigationButton:hover
{
    color: red;
}

.previous
{
   float: left;
    
}

.next
{
    float: right;
}

.imgcontent
{
    position: absolute;
    margin: 20px 0 0 10px;
    width: 400px;
    height: 100px;
    overflow: hidden;
    text-align: center;

}

.imageDiv
{
    float: left;
    position: relative;
}

.navigationLink
{
	width: 100px;
    height: 79px;
    float: left;
	text-align: center;
	/*border-right: 1px solid silver;*/
}

.navigationImage
{
    width:90px;
    height: 79px;
}