.homelink {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: 0px;
    width: 480px;
    height: 150px;
}
.homelink2 {
    position: absolute;
    top: 0px;
    right: 50%;
    margin-right: 0px;
    width: 480px;
    height: 150px;
}
.firstlink {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: 385px;
}
.mentor-name {
    text-align: center;
    padding: 5px;
    font-size: 12pt;
    color: #777777;
    margin-left: 0px;
    font-family: Helvetica, serif;
	}
.mentor-box {
	width: 200px;
	height: 288px;
	padding: 10px;
	margin-right: 50px;
	margin-bottom: 40px;
	border-radius: 2px;
	box-shadow: 0px 0px 5px #000000;
	border: 1px solid #448BFF;
	margin-top: 0px;
	float: left;
	margin-left: 15px;
	}
body {
    background: #64ABFF;
    background: -webkit-linear-gradient(top, #696969 0%,#333333 100%);
    background: -moz-linear-gradient(top, #696969 0%, #333333 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#696969));
    background: -webkit-linear-gradient(top, #696969 0%,#333333 100%);
    background: -o-linear-gradient(top, #696969 0%,#333333 100%);
    background: -ms-linear-gradient(top, #696969 0%,#333333 100%);
    background: linear-gradient(to bottom, #696969 0%,#333333 100%);
    font-family: Arial, Sans-serif;
    }
#topbar {
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
    width: 960px;
    height: 151px;
    border: 1px solid #ffffff;
    border-top: 0px;
    box-shadow: 0px 0px 5px #000000;
    background: -webkit-linear-gradient(top, #448BFF 0%,#256CE0 100%);
    background: #256CE0;
    background: -moz-linear-gradient(top, #448BFF 0%, #256CE0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#448BFF), color-stop(100%,#256CE0));
    background: -webkit-linear-gradient(top, #448BFF 0%,#256CE0 100%);
    background: -o-linear-gradient(top, #448BFF 0%,#256CE0 100%);
    background: -ms-linear-gradient(top, #448BFF 0%,#256CE0 100%);
    background: linear-gradient(to bottom, #448BFF 0%,#256CE0 100%);
    z-index:99;
    }
#main {
    background-color: #FFFFFF;
    width: 960px;
    margin-left:auto;
    margin-right:auto;
    margin-top: 24px;
    height: 745px;
    border: 1px solid #C0C0C0;
    border-radius: 6px;
    box-shadow:0px 0px 8px #000000;
    line-height: 120%;
    }
    #main.fixed {
        background-color: #FFFFFF;
        width: 960px;
        margin-left:auto;
        margin-right:auto;
        height: 745px;
        border: 1px solid #C0C0C0;
        border-radius: 6px;
        box-shadow:0px 0px 8px #000000;
        margin-top: 74px;
        }
#menuw {
    background-color: #FFFFFF;
    width: 960px;
    margin-left:auto;
    margin-right:auto;
    margin-top: -1px;
    padding-right:2px;
    border: 1px solid #C0C0C0;
    border-radius: 6px;
    box-shadow:0px 0px 1px #000000;
    top: 0px;
    z-index:98;
    background: RGBA(255,255,255,0);
    }
    #menu {
        background-color:#849BC2;
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#768BB1), to(#849BC2));
        background: -webkit-linear-gradient(top, #768BB1, #849BC2);
        background: -moz-linear-gradient(top, #768BB1, #849BC2);
        background: -o-linear-gradient(top, #768BB1, #849BC2);
        background: -ms-linear-gradient(top, #768BB1, #849BC2);
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 960px;
        height: 42px;
        padding: 3px 0;
        border-radius: 6px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        box-shadow: 0px 0px 8px #000000;
        border: 1px solid #ffffff;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        top: 0px;
        text-align: center;
        color: #ffffff;
        padding-left: 0px;
        padding-right: 0px;
        font-family: Helvetica;
        cursor:default;
        background-color:#849BC2;

        }
        #menu a {
            padding-left: 17px;
            padding-right: 17px;
            padding-top: 13px;
            padding-bottom: 13px;
            border-radius: 3px;
            display: inline-block;
            vertical-align: middle;
            -webkit-transition: all 1s cubic-bezier(0,1,0,1);
            -moz-transition: all 1s cubic-bezier(0,1,0,1);
            -o-transition: all 1s cubic-bezier(0,1,0,1);
            transition: all 1s cubic-bezier(0,1,0,1);
            }
            #menu a:link {
                color:#EEEEEE;
                text-decoration:none;
                }
            #menu a:visited {
                color:#EEEEEE;
                text-decoration:none;
                }
            #menu a:hover {
                color:#000000;
                text-decoration:none;
                background-color:#CCCCFF;
                background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#BBBBFF), to(#CCCCFF));
                background: -webkit-linear-gradient(top, bottom, #BBBBFF, #CCCCFF);
                background: -moz-linear-gradient(top, bottom, #BBBBFF, #CCCCFF);
                background: -ms-linear-gradient(top, bottom, #BBBBFF, #CCCCFF);
                background: -o-linear-gradient(top, #BBBBFF, #CCCCFF);
                /*border: 1px outset #cccccc;*/
                padding-left:17px;
                padding-right:17px;
                background-color:#CCCCFF;
                }
            #menu a:active {
                border: 1px inset #AAAAAA;
                padding-left:16px;
                padding-right:16px;
                padding-top:12px;
                padding-bottom:12px;
                }
        #menu.fixed {
            position: fixed;
            z-index: 99;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
            text-align: center;
        }
#menu-wrapper {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    height: 36px;
    position:absolute;
    width: 960px;
    margin-left:auto;
    margin-right:auto;
    }
    #current {
        background-color:#CCCCFF;
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#BBBBDD), to(#CCCCDD));
        background: -webkit-linear-gradient(top, bottom, #BBBBDD, #CCCCDD);
        background: -moz-linear-gradient(top, bottom, #BBBBDD, #CCCCDD);
        background: -ms-linear-gradient(top, bottom, #BBBBDD, #CCCCDD);
        background: -o-linear-gradient(top, #BBBBDD, #CCCCDD);
        }
#content {
    width: 640px;
    padding: 24px 24px 24px 24px;
    float: left;
    cursor:default;
    }
    #content h1 {
        font-size: 14pt;
        color: #777777;
        margin-left: 0px;
        font-family: Helvetica, serif;
        }
    #content p {
        margin-left: 5px;
        margin-bottom: 10px;
        padding-left: 5px;
        border-left: 1px dashed #B1B1AC;
        }

#content2 {
    width: 912px;
    padding: 24px 24px 24px 24px;
    float: left;
    cursor:default;

    }
    #content2 h1 {
        font-size: 14pt;
        color: #777777;
        margin-left: 0px;
        font-family: Helvetica, serif;
        }
    #content2 h2 {
        font-size: 12pt;
        color: #777777;
        margin-left: 0px;
        font-family: Helvetica, serif;
        }
    #content2 p {
        margin-left: 5px;
        margin-bottom: 10px;
        padding-left: 5px;
        border-left: 1px dashed #B1B1AC;
        }
#robin {
    width: 650px;
    height: 586px;
    border-radius: 6px;
    margin-left: auto;
    margin-right: auto;
    }
#reminder {
    background-color: #FFFFFF;
    width: 650px;
    height: 111px;
    margin-top: 25px;
    border: 1px solid #C0C0C0;
    border-radius: 6px;
    box-shadow:0px 0px 4px #C7C7C7;
    }
    #reminder p {
        margin: 5px;
        font-size: 10pt;
        }
    #reminder a:link {
        color:#444444;
        text-decoration:none;
        }
    #reminder a:visited {
        color:#444444;
        text-decoration:none;
        }
    #reminder a:hover {
        color:#888888;
        text-decoration:none;
        }
#reminder-text {
    text-decoration: none;
    color: #000000;
    }
#reminder-text:hover {
    text-decoration: none;
    color: #111111;
    }
#reminder-bottom-box {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: auto;
    text-align: center;
    }
#sidebar {
    background-color: #FFFFFF;
    float: right;
    width: 250px;
    margin: 10px;
    margin-top: 12px;
    margin-bottom:12px;
    border: 1px solid #C0C0C0;
    border-radius: 6px;
    box-shadow:0px 0px 4px #C7C7C7;
    }
    #sidebar p {
        margin: 5px;
        font-size: 10pt;
        }
    #sidebar a:link {
        color:#555555;
        text-decoration:none;
        }
    #sidebar a:hover {
        color:#777777;
        text-decoration:underline;
        }
    #sidebar a:visited {
        color:#555555;
        text-decoration:none;
        }
#sidebar2 {
    background-color: #FFFFFF;
    float: right;
    width: 250px;
    margin: 10px;
    margin-top: 12px;
    margin-bottom:12px;
    border: 1px solid #C0C0C0;
    border-radius: 6px;
    box-shadow:0px 0px 4px #C7C7C7;
    }
    #sidebar2 p {
        margin: 5px;
        font-size: 10pt;
        }
    #sidebar2 a:link {
        color:#555555;
        text-decoration:none;
        }
    #sidebar2 a:hover {
        color:#777777;
        text-decoration:underline;
        }
    #sidebar2 a:visited {
        color:#555555;
        text-decoration:none;
        }
#sidebar3 {
    background-color: #FFFFFF;
    float: right;
    width: 250px;
    margin: 10px;
    margin-top: 12px;
    margin-bottom:12px;
    border: 1px solid #C0C0C0;
    border-radius: 6px;
    box-shadow:0px 0px 4px #C7C7C7;
    }
    #sidebar3 p {
        margin: 5px;
        font-size: 10pt;
        }
    #sidebar3 a:link {
        color:#555555;
        text-decoration:none;
        }
    #sidebar3 a:hover {
        color:#777777;
        text-decoration:underline;
        }
    #sidebar3 a:visited {
        color:#555555;
        text-decoration:none;
        }
#sidebar4 {
    background-color: #FFFFFF;
    float: right;
    width: 250px;
    margin: 10px;
    margin-top: 12px;
    margin-bottom:12px;
    border: 1px solid #C0C0C0;
    border-radius: 6px;
    box-shadow:0px 0px 4px #C7C7C7;
    }
    #sidebar4 p {
        margin: 5px;
        font-size: 10pt;
        }
    #sidebar4 a:link {
        color:#555555;
        text-decoration:none;
        }
    #sidebar4 a:hover {
        color:#777777;
        text-decoration:underline;
        }
    #sidebar4 a:visited {
        color:#555555;
        text-decoration:none;
        }
    #side-title {
        background-color: #F1F1EC;
        width: 100%;
        position: relative;
        top: -6px;
        left: -1px;
        border-bottom: 1px solid #B0B0B0;
        border-top: 1px solid #C0C0C0;
        border-left: 1px solid #C0C0C0;
        border-right: 1px solid #C0C0C0;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
        font-weight:bold;
        }
        #side-title h1 {
            margin: 4px;
            font-size: 12pt;
            text-align: center;
            color: #777777;
            }
    #side-title2 {
        background-color: #F1F1EC;
        width: 100%;
        position: relative;
        top: -6px;
        left: -1px;
        border-bottom: 1px solid #B0B0B0;
        border-top: 1px solid #C0C0C0;
        border-left: 1px solid #C0C0C0;
        border-right: 1px solid #C0C0C0;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
        font-weight:bold;
        }
        #side-title2 h1 {
            margin: 4px;
            font-size: 12pt;
            text-align: center;
            color: #777777;
            }
    #side-title3 {
        background-color: #F1F1EC;
        width: 100%;
        position: relative;
        top: -6px;
        left: -1px;
        border-bottom: 1px solid #B0B0B0;
        border-top: 1px solid #C0C0C0;
        border-left: 1px solid #C0C0C0;
        border-right: 1px solid #C0C0C0;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
        font-weight:bold;
        }
        #side-title3 h1 {
            margin: 4px;
            font-size: 12pt;
            text-align: center;
            color: #777777;
            }
    #side-title4 {
        background-color: #F1F1EC;
        width: 100%;
        position: relative;
        top: -6px;
        left: -1px;
        border-bottom: 1px solid #B0B0B0;
        border-top: 1px solid #C0C0C0;
        border-left: 1px solid #C0C0C0;
        border-right: 1px solid #C0C0C0;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
        font-weight:bold;
        }
        #side-title4 h1 {
            margin: 4px;
            font-size: 12pt;
            text-align: center;
            color: #777777;
            }
    #side-title5 {
        background-color: #F1F1EC;
        width: 100%;
        position: relative;
        top: -6px;
        left: -1px;
        border-bottom: 1px solid #B0B0B0;
        border-top: 1px solid #C0C0C0;
        border-left: 1px solid #C0C0C0;
        border-right: 1px solid #C0C0C0;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
        font-weight:bold;
        }
        #side-title5 h1 {
            margin: 4px;
            font-size: 12pt;
            text-align: center;
            color: #777777;
            }
    #side-cover {
        background-color: #FFFFFF;
        margin-top:-12px;
        margin-left:auto;
        margin-right:auto;
        width: 220px;
        height: 32px;
        }
    #bottom-box {
        margin-left: auto;
        margin-right: auto;
        padding-top: 26px;
        padding-bottom: 28px;
        width: auto;
        text-align: center;
        }
    #bottom-box2 {
        margin-left: auto;
        margin-right: auto;
        padding-top: 26px;
        padding-bottom: 28px;
        width: auto;
        text-align: center;
        }
	#bottomier-box{
		margin-left: auto;
		margin-right: auto;
		padding-top: 18px;
		padding-bottom: 18px;
		width: auto;
		text-align: center;
		}
#footer {
    margin-left: auto;
    margin-right: auto;
    background: -webkit-linear-gradient(top, #555555 0%,#333333 100%);
    background: #333333;
    background: -moz-linear-gradient(top, #555555 0%, #333333 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#333333));
    background: -webkit-linear-gradient(top, #555555 0%,#333333 100%);
    background: -o-linear-gradient(top, #555555 0%,#333333 100%);
    background: -ms-linear-gradient(top, #555555 0%,#333333 100%);
    background: linear-gradient(to bottom, #555555 0%,#333333 100%);
    bottom: 0px;
    height: 24px;
    width: 960px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border: 1px solid #ffffff;
    border-bottom: 0px;
    text-align: center;
    margin-top: 25px;
    border-bottom: 0px;
    padding-top: 8px;
    box-shadow: 0px 0px 8px #000000;
    color: #ffffff;
    }
    #footer a {
        padding-left: 65px;
        padding-right: 65px;
        }
        #footer a:link {
            color:#dddddd;
            text-decoration:none;
            }
        #footer a:hover {
            color:#ffffff;
            text-decoration:underline;
            }
        #footer a:visited {
            color:#dddddd;
            text-decoration:none;
            }
div#footerspacing {
    position:relative;
    left: 438px;
    width:451px;
    height:0px;
    overflow: auto;
    background-color: RGBA(100,100,100,0);
    overflow-x:hidden;
    overflow:hidden;
}

#historyimg
    {
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
    width: 720px;
    height: 380px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #000000;
    border: 2px solid #448BFF;
    }
#timeline {
    width: 850px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -16px;
}
    #timeline ul li a {
        position: absolute;
        margin-top: -18px;
        margin-left: 4px;
        font-size: 4pt;
        color: #FFF;
        text-decoration: none;
        text-shadow: 1px 1px 0 #333;
        /*-webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s;*/
        transition: all 1s cubic-bezier(0,1,0,1);
    }
    #timeline ul {
        z-index: 2;
    }
        #timeline li {
            float: left;
            width: 20px;
            height: 20px;
            margin-left: 18px;
            margin-right: 18px;
            margin-top: 18px;
            background-color: #0048bb;
            border-radius: 2px;
            /*-webkit-transition-duration: 0.5s;
            -moz-transition-duration: 0.5s;
            -o-transition-duration: 0.5s;
            transition-duration: 0.5s;*/
            -webkit-transition: all 1s cubic-bezier(0,1,0,1);
            -moz-transition: all 1s cubic-bezier(0,1,0,1);
            -o-transition: all 1s cubic-bezier(0,1,0,1);
            transition: all 1s cubic-bezier(0,1,0,1);
            display: inline-block;
            overflow: hidden;
        }
        #timeline li.current {
            background-color: #448BFF;
            width: 20px;
            height: 20px;
            }
            #timeline li:hover {
                width: 50px;
                height: 50px;
                margin-left: 3px;
                margin-right: 3px;
                margin-top: 0px;
                background-color: #666;
            }
            #timeline li:hover a {
                display: inline;
                font-size: 15pt;
                margin-top: -1px;

            }
        #timeline li img {
            -webkit-border-radius: 1px;
            -moz-border-radius: 1px;
            border-radius: 1px;
        }

#HisAbout
    {
    width:324px;
    float:right;
    margin-right: 96px;
    margin-top: 48px;
    padding: 16px;
    border-radius:5px;
    box-shadow: 0px 0px 5px #000000;
    border: 1px solid #000000;
    }
    #HisAbout h1
            {
        font-size: 28px;
        }
    #HisAbout h2
            {
        font-size: 20px;
        font-family: Lucida Sans Unicode;
        }
#His14
	{
    margin-top:128px;
    margin-left:auto;
    margin-right:auto;
	padding: 24px;
    width: 480px;
    height: 32px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #000000;
    border: 3px solid #448BFF;
    }
	 #His14 h1
            {
        font-size: 40px;
        }
#contact a {
    padding-left: 10px;
    padding-right: 10px;
    }
    #contact a:link {
        color:#777777;
        text-decoration:none;
        }
    #contact a:hover {
        color:#999999;
        text-decoration:underline;
        }
    #contact a:visited {
        color:#777777;
        text-decoration:none;
        }
#sponsorbar
    {
    background-color: #ffffff;
    width: 960px;
    height: 100px;
    margin-left:auto;
    margin-right:auto;
    margin-top: 24px;
    border-radius: 5px;
    border:1px solid #c0c0c0;
    box-shadow: 0px 0px 8px #000000;
    overflow: hidden;
    }
#alumniboxL
    {
    width: 425px;
    height: 360px;
    padding: 5px;
    border-radius: 2px;
    box-shadow: 0px 0px 5px #000000;
    border: 1px solid #448BFF;
    margin-top: 24px;
    float: left;
    background: #DDDDDD;
    }
    #alumniboxL ul
        {
        text-decoration: none;
        font-family: Lucida Sans Unicode;
        line-height: 200%;
        color: #888888;
        }
    #alumniboxR
    {
    width: 425px;
    height: 360px;
    padding: 5px;
    border-radius: 2px;
    box-shadow: 0px 0px 5px #000000;
    border: 1px solid #448BFF;
    margin-top: 24px;
    float: right;
    background: #DDDDDD;
    }
    #alumniboxR ul
        {
        text-decoration: none;
        font-family: Lucida Sans Unicode;
        line-height: 200%;
        color: #888888;
        }

#game-description a {
    text-decoration:none;
    color: #333333;
    }
    #game-description a:link {
        text-decoration:none;
        color: #555555;
        }
    #game-description a:visited {
       text-decoration:none;
        color: #555555;
        }
    #game-description a:hover {
       text-decoration:none;
        color: #333333;
        }
    #game-description a:active {
       text-decoration:none;
        color: #111111;
        }
#modal {
	border:2px solid #448BFF;
	background-color:#DDDDDD;
	padding:25px; font-size:120%;
	text-align:center;
	border-radius: 12px;
	display:none;
	}
#modalb {
	border:2px solid #448BFF;
	background-color:#DDDDDD;
	padding:25px;
	text-align:center;
	border-radius: 12px;
	display:none;
       color: #777777;
	}




label {
	float:left;
	width:5em;
	text-align:right;
	margin-right:0.2em;
        margin-top: 5px;
	font:bold 0.9em arial, sans-serif;
}
input {
        padding-bottom:0.3em;
	width:20em;
	border:2px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
        color: #666666;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
input:hover, input:focus {
	border-color:#448bff;
	background:#f0f0f0;
}

input.default {
	color:#bbb;
}
textarea {
	padding:0.15em;
	width:20em;
        height: 10em;
	border:2px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
        color: #666666;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
textarea:hover, textarea:focus {
	border-color:#448bff;
	background:#f6f6f6;
}

textarea.default {
	color:#bbb;
}
#submit {
	padding:0.15em;
	width:6em;
	border:2px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
        color: #666;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
#submit:hover, textarea:focus {
	border-color:#448bff;
	background:#f6f6f6;
        color: #777;
}

#submit.default {
	color:#bbb;
}
#homeselect {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #AAA;
	border-radius: 6px;
	height: 30px;
	overflow: hidden;
	margin-bottom: 4px;
}
#selectchmp {
    float: left;
    width: 33%;
    text-align: center;
    line-height: 30px;
    border-right: 1px solid #AAA;
    margin-left: -1px;
    -webkit-transition: all 1s cubic-bezier(0,1,0,1);
    -moz-transition: all 1s cubic-bezier(0,1,0,1);
    -o-transition: all 1s cubic-bezier(0,1,0,1);
    transition: all 1s cubic-bezier(0,1,0,1);
}
#selectimg {
    float: left;
    width: 34%;
    text-align: center;
    line-height: 30px;
    border-right: 1px solid #AAA;
    margin-left: -1px;
    -webkit-transition: all 1s cubic-bezier(0,1,0,1);
    -moz-transition: all 1s cubic-bezier(0,1,0,1);
    -o-transition: all 1s cubic-bezier(0,1,0,1);
    transition: all 1s cubic-bezier(0,1,0,1);
}
#selectimg:hover {
	background-color: #CCC;
}
#selectslides {
float: right;
width: 33%;
text-align: center;
line-height: 30px;
-webkit-transition: all 1s cubic-bezier(0,1,0,1);
-moz-transition: all 1s cubic-bezier(0,1,0,1);
-o-transition: all 1s cubic-bezier(0,1,0,1);
transition: all 1s cubic-bezier(0,1,0,1);
}
#selectslides:hover {
background-color: #CCC;
}
#teamimage {
background-color: #000;
background-image:url("../teamphoto.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
overflow: hidden;
height: 580px;
width: 652px;
border-radius: 12px;
}
#chmpimage {
background-color: #000;
background-image:url("../chmpphoto.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
overflow: hidden;
height: 580px;
width: 652px;
border-radius: 12px;
}
#slideshowdiv {
overflow: hidden;
height: 580px;
width: 652px;
border-radius: 12px;
display: none;
}
